Description |
---|
Excerpt |
---|
Sets or returns a Font.UnderlineType object that represents the underline type for this formatting. |
Signature | C# | C# | |
---|---|---|---|
Wiki Markup | |||
{description}
{excerpt}Sets or returns a [Font.UnderlineType|Font.UnderlineType (no attachments)] object that represents the underline type for this formatting.{excerpt}
{signature:C#}
public UnderlineType Underline{ get; set; }
| |||
Signature | |||
{signature}{signature:vb.net | vb.net | }
Public Property Underline() As UnderlineType
| |
Remarks | |||
MS Word {signature} {remarks}MS Word equivalent: Format menu > Font... > Font tab > Underline style: | |||
Example | |||
Code Block | | csharp | csharp |
title | C# | ||
Code Block | vb.net | title |