'Declaration Public Enum UnderlineType Inherits System.Enum
'Usage Dim instance As UnderlineType
public enum UnderlineType : System.Enum
'Declaration Public Enum UnderlineType Inherits System.Enum
'Usage Dim instance As UnderlineType
public enum UnderlineType : System.Enum
Member | Description |
---|---|
Dashed | The text will use a dashed underline. |
DotDash | The text will use an underline that follows the Dot-Dash pattern. |
DotDotDash | The text will use an underline that follows the Dot-Dot-Dash pattern. |
Dotted | The text will use a dotted underline. |
Double | The text will use a double underline. |
Heavy | The text will use a heavy underline. |
None | The text will not be underlined. |
Single | The text will use a single underline. |
Wavy | The text will use a wavy underline. |
System.Object
System.ValueType
System.Enum
Xceed.Document.NET.UnderlineType
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