TextBlock.FontStretch 속성

정의

이 요소의 텍스트 콘텐츠에 대한 글꼴 늘이기를 가져오거나 설정합니다.

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

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

속성 값

FontStretch 상수로 요청된 글꼴 스트레치 입니다. 기본값은 Normal입니다.

적용 대상