Share via


ContentPresenter.FontStretch 속성

정의

ContentPresenter에서 제공하는 텍스트 콘텐츠의 글꼴 늘이기를 가져오거나 설정합니다.

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

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

속성 값

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

적용 대상