RichTextBlock.FontStyle 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 요소의 콘텐츠에 대한 글꼴 스타일을 가져오거나 설정합니다.
public:
property FontStyle FontStyle { FontStyle get(); void set(FontStyle value); };
FontStyle FontStyle();
void FontStyle(FontStyle value);
public FontStyle FontStyle { get; set; }
var fontStyle = richTextBlock.fontStyle;
richTextBlock.fontStyle = fontStyle;
Public Property FontStyle As FontStyle
<RichTextBlock FontStyle="fontStyleMemberName"/>
속성 값
요청된 글꼴 스타일입니다. 이 스타일은 상수라는 FontStyle 열거형입니다. 기본값은 Normal입니다.
설명
FontStyle 속성을 설정하여 RichTextBlock의 모든 텍스트에 사용할 기본 글꼴 스트레치를 지정합니다. TextElement.FontStyle 속성을 설정하여 RichTextBlock의 특정 텍스트 요소에 대해 이 값을 재정의할 수 있습니다.