ContentPresenter.FontStyle 속성

정의

제공된 콘텐츠의 글꼴 스타일을 가져오거나 설정합니다.

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

void FontStyle(FontStyle value);
public FontStyle FontStyle { get; set; }
var fontStyle = contentPresenter.fontStyle;
contentPresenter.fontStyle = fontStyle;
Public Property FontStyle As FontStyle
<ContentPresenter FontStyle="fontStyleMemberName"/>

속성 값

FontStyle 상수 이름인 요청된 글꼴 스타일입니다. 기본값은 Normal입니다.

적용 대상