FontStyleSetInfo.Units Property

Definition

Gets the unit of measure for this font (always GraphicsUnit.World)

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

Property Value

Font's units of measure.

Applies to