_Font.Scaling 属性

定义

返回或设置应用于字体的缩放百分比。 本属性以当前字体大小的百分比水平拉长或压缩文字(缩放范围从 1 到 600)。 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

属性值

适用于