FontSettings.Regular Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.