FontSettings.Regular Property

Definition

Gets or sets the font's regular style. Only allows the change if the property is not immutable and the value is true. To set a Font to be non-Regular, one must use any of the Bold, Italic, or Style properties.

public:
 property bool Regular { bool get(); void set(bool value); };
public bool Regular { get; set; }
member this.Regular : bool with get, set
Public Property Regular As Boolean

Property Value

Boolean setting for the Regular FontStyle.

Applies to