Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / UnderlineType Enumeration


In This Topic
    UnderlineType Enumeration
    In This Topic
    Contains the various options that determine how a text is underlined.
    Syntax
    'Declaration
     
    Public Enum UnderlineType 
       Inherits System.Enum
    'Usage
     
    Dim instance As UnderlineType
    public enum UnderlineType : System.Enum 
    Members
    MemberDescription
    DashedThe text will use a dashed underline.
    DotDashThe text will use an underline that follows the Dot-Dash pattern.
    DotDotDashThe text will use an underline that follows the Dot-Dot-Dash pattern.
    DottedThe text will use a dotted underline.
    DoubleThe text will use a double underline.
    HeavyThe text will use a heavy underline.
    NoneThe text will not be underlined.
    SingleThe text will use a single underline.
    WavyThe text will use a wavy underline.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Document.NET.UnderlineType

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also