Share via


Font.Family Property

Definition

Gets the font family to which this font belongs.

public:
 property System::String ^ Family { System::String ^ get(); };
public string? Family { get; }
member this.Family : string
Public ReadOnly Property Family As String

Property Value

The font family to which this Font structure belongs.

Applies to