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입니다.

적용 대상