Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}An [UnderlineStyle|Font.UnderlineStyle] value specifies an underline style for a font.{excerpt}
{signature:C#}
 public sealed class UnderlineStyle : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class UnderlineStyle
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Accounting}Accounting|Accounting style underline.\{web-only:To see what this looks like, go to our online documentation:}!underline_accounting_single.jpg!{web-only}|
|{anchor:Double}Double|Double underline.\{web-only:To see what this looks like, go to our online documentation:}!underline_double.jpg!{web-only}|
|{anchor:DoubleAccounting}DoubleAccounting|Double accounting underline.\{web-only:To see what this looks like, go to our online documentation:}!underline_accounting_double.jpg!{web-only}|
|{anchor:None}None|Text is not underlined.|
|{anchor:Single}Single|Single underline.\{web-only:To see what this looks like, go to our online documentation:}!underline_single.jpg!{web-only}|