다음을 통해 공유


RichTextBlock.FontWeight 속성

정의

RichTextBlock의 최상위 글꼴 가중치를 가져오거나 설정합니다.

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

void FontWeight(FontWeight value);
public FontWeight FontWeight { get; set; }
var fontWeight = richTextBlock.fontWeight;
richTextBlock.fontWeight = fontWeight;
Public Property FontWeight As FontWeight
<RichTextBlock FontWeight="fontWeightsMemberName"/>

속성 값

FontWeights 속성 값 중 하나에서 가져온 FontWeight인 요청된 글꼴 가중치입니다. 기본값은 Normal입니다.

설명

FontWeight 속성을 설정하여 RichTextBlock의 모든 텍스트에 사용할 기본 글꼴 스트레치를 지정합니다. TextElement.FontWeight 속성을 설정하여 RichTextBlock의 특정 텍스트 요소에 대해 이 값을 재정의할 수 있습니다.

적용 대상

추가 정보