Specifies the activation of a
single or double line extending through the text (also known as
strikethrough).
SyntaxReference_Syntax.lineThrough = "0 | 1 | 2"
Values
Type
|
Values
|
String
|
The font renders
without a line through the text.
The font renders
with a single line through the text.
The
font renders with a double line through the text.
|
JavaScriptTextField1.font.lineThrough = "2";
FormCalcTextField1.font.lineThrough = "2"
|
|
|