TextAttribute.Strikethrough Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attribute key for strikethrough.
[Android.Runtime.Register("STRIKETHROUGH")]
public static Java.Awt.Font.TextAttribute? Strikethrough { get; }
[<Android.Runtime.Register("STRIKETHROUGH")>]
static member Strikethrough : Java.Awt.Font.TextAttribute
Property Value
- Attributes
Remarks
Attribute key for strikethrough. Values are instances of <b>Boolean
</b>. The default value is false
, which means no strikethrough.
The constant value #STRIKETHROUGH_ON
is provided.
The strikethrough affects both the visual bounds and the outline of the text.
Java documentation for java.awt.font.TextAttribute.STRIKETHROUGH
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.