ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / TextElement Class / FontStrikeout Property

In This Topic
    FontStrikeout Property (TextElement)
    In This Topic
    Gets or sets a value that indicates whether the element shows text with a line through the middle.
    Syntax
    'Declaration
     
    
    Public Property FontStrikeout As ThreeStateBoolean
    public ThreeStateBoolean FontStrikeout {get; set;}
    See Also