Font.FontFamily Eigenschaft

Definition

Ruft den diesem FontFamily zugeordneten Font ab.

public:
 property System::Drawing::FontFamily ^ FontFamily { System::Drawing::FontFamily ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.FontFamily FontFamily { get; }
[<System.ComponentModel.Browsable(false)>]
member this.FontFamily : System.Drawing.FontFamily
Public ReadOnly Property FontFamily As FontFamily

Eigenschaftswert

Das dieser FontFamily zugeordnete Font.

Attribute

Hinweise

A FontFamily stellt eine Gruppe von Schriftarten dar, die eine ähnliche Schriftart haben, aber möglicherweise unterschiedliche Größen und Stile aufweisen (z. B. Arial, Times New Roman und Verdana).

Gilt für: