How can I set a line-through style for a s:label like css text-decoration:line-through.
.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a style on called
lineThrough. It is aBooleanso just set it totrue.Documentation:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/spark/components/Label.html#style:lineThrough
in
spark.components.Label.asthere is aninclude "../styles/metadata/BasicInheritingTextStyles.as"and that file contains the following snippit defininglineThrough