C1.Util Namespace / FontSubSet.TextDecorations Enumeration

FontSubSet.TextDecorations Enumeration
Defines constants that specify the decorations applied to text.
Syntax
'Declaration
 
Public Enum FontSubSet.TextDecorations 
   Inherits 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