Font.FontStyle Property

Definition

Returns or sets the font style.

public:
 property System::Object ^ FontStyle { System::Object ^ get(); void set(System::Object ^ value); };
public object FontStyle { get; set; }
Public Property FontStyle As Object

Property Value

Remarks

Changing this property may affect other Font object properties (such as Bold and Italic).

Applies to