Share via


TextElement.FontStretch 속성

정의

선택할 패밀리의 글꼴 문자 모양 너비를 가져오거나 설정합니다.

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

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

속성 값

원하는 글꼴 스트레치를 지정하는 FontStretch 상수 이름 중 하나입니다. 기본값은 Normal입니다.

적용 대상