_Font.Scaling 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.
Returns or sets the scaling percentage applied to the font. This property stretches or compresses text horizontally as a percentage of the current size (the scaling range is from 1 through 600). Read/write Integer.
public:
property int Scaling { int get(); void set(int value); };
public int Scaling { get; set; }
member this.Scaling : int with get, set
Public Property Scaling As Integer