如何为s:label
设置css text-decoration:line-through
的直通式样式。
答案 0 :(得分:2)
有一种称为lineThrough
的样式。它是Boolean
,因此只需将其设置为true
。
spark.components.Label.as
中的有一个include "../styles/metadata/BasicInheritingTextStyles.as"
,该文件包含定义lineThrough
的以下snippit
/**
* If true, applies strikethrough, a line drawn through the middle of the text.
*
* <p><b>For the Spark theme, see
* flashx.textLayout.formats.ITextLayoutFormat.lineThrough</b></p>
*
* <p><b>For the Mobile theme, this is not supported.</b></p>
*
* @see flashx.textLayout.formats.ITextLayoutFormat#lineThrough
*
* @langversion 3.0
* @playerversion Flash 10
* @playerversion AIR 1.5
* @productversion Flex 4
*/
[Style(name="lineThrough", type="Boolean", inherit="yes")]