Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Flex 3を使用して、いくつかのオプションを備えたボタンバーを作成しています。ボタンのラベルに下線を付けることはできますか?
ボタンの textDecoration プロパティを設定するだけです。
<s:Button width="15%" height="32%" label="myButton" click="myButton_clickHandler(event)" textDecoration="underline"/>
ボタンバーでも機能します。
<s:ButtonBar textDecoration="underline"> </s:ButtonBar>