ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / DynamicStyle Class / TextDecoration Property

In This Topic
    TextDecoration Property (DynamicStyle)
    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