FontDescriptor.Font Property

Definition

Gets a cloned instance of the Font defined by this descriptor. If the font has not been previously created, it creates it first.

public:
 property System::Drawing::Font ^ Font { System::Drawing::Font ^ get(); };
public System.Drawing.Font Font { get; }
member this.Font : System.Drawing.Font
Public ReadOnly Property Font As Font

Property Value

A Font defined by this descriptor.

Applies to