InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util Namespace / FontSubSet.TextDecorations Enumeration

In This Topic
    FontSubSet.TextDecorations Enumeration
    In This Topic
    Defines constants that specify the decorations applied to text.
    Syntax
    'Declaration
     
    Public Enum FontSubSet.TextDecorations 
       Inherits System.Enum
    public enum FontSubSet.TextDecorations : System.Enum 
    Members
    MemberDescription
    NoneNo text decorations are applied.
    StrikethroughStrikethrough is applied to the text.
    UnderlineUnderline is applied to the text.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Util.FontSubSet.TextDecorations

    See Also