Gets or sets the value that indicates whether font object is underline.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public FontStyleMode Underline { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Underline As FontStyleMode |
| Visual C++ |
|---|
public: property FontStyleMode Underline { FontStyleMode get (); void set (FontStyleMode value); } |