_Font.Scaling Property

Definition

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

Property Value

Applies to