FontStyleSetInfo.Units Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.