Input for WinForms | ComponentOne
C1.Framework Namespace / TextDecoration Enumeration

In This Topic
    TextDecoration Enumeration
    In This Topic
    Enables or disables the text font decorations, such as Underline or Strikeout.
    Syntax
    'Declaration
     
    
    Public Enum TextDecoration 
       Inherits System.Enum
    public enum TextDecoration : System.Enum 
    Members
    MemberDescription
    DefaultNo changes to font style.
    NoStrikeoutDisables the Strikeout effect.
    NoUnderlineDisables the Underline effect.
    StrikeoutEnables the Strikeout effect.
    UnderlineEnables the Underline effect.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Framework.TextDecoration

    See Also