ARMSoft.Drawing Namespace > FontStyleEx Class : Underline Property |
'Declaration
<DefaultValueAttribute()> <DescriptionAttribute("Gets or sets whether the font style is underlined.")> Public Property Underline As Boolean
'Usage
Dim instance As FontStyleEx Dim value As Boolean instance.Underline = value value = instance.Underline
[DefaultValue()] [Description("Gets or sets whether the font style is underlined.")] public bool Underline {get; set;}
[DefaultValue()] [Description("Gets or sets whether the font style is underlined.")] public: property bool Underline { bool get(); void set ( bool value); }
true
if this font is underlined; otherwise, false
. The default value is false
.Target Platforms: Windows 7, 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