Control.FontStretch 屬性

定義

取得或設定螢幕上字型緊縮或加寬的程度。

public:
 property FontStretch FontStretch { FontStretch get(); void set(FontStretch value); };
FontStretch FontStretch();

void FontStretch(FontStretch value);
public FontStretch FontStretch { get; set; }
var fontStretch = control.fontStretch;
control.fontStretch = fontStretch;
Public Property FontStretch As FontStretch
<control FontStretch="fontStretchMemberName"/>

屬性值

其中一個 值,指定在畫面上壓縮或展開字型的程度。 預設值為 Normal

適用於