_ViewFont.Underline Property

Definition

Returns or sets a Boolean (bool in C#) value that indicates if the font is underlined in the ViewFont object. Read/write.

public:
 property bool Underline { bool get(); void set(bool value); };
public bool Underline { get; set; }
Public Property Underline As Boolean

Property Value

Applies to