_ViewFont.Bold Property

Definition

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

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

Property Value

Applies to