Input for WinForms | ComponentOne
C1.Framework Namespace / DynamicStyle Class / TextDecoration Property

In This Topic
    TextDecoration Property
    In This Topic
    Gets or sets whether the Underline or Strikeout effects should be used or not used when drawing the text.
    Syntax
    'Declaration
     
    
    Public Property TextDecoration As TextDecoration
    public TextDecoration TextDecoration {get; set;}
    See Also