RichTextBlock.FontWeight property
Gets or sets the top-level font weight for the RichTextBlock.
Syntax
<RichTextBlock FontWeight="fontWeightsMemberName"/>
XAML Values
- fontWeightsMemberName
-
A FontWeights member name, such as Light or Normal.
Property value
Type: FontWeight
The requested font weight, which is a FontWeight that is obtained from one of the FontWeights property values. The default is Normal.
Remarks
Set the FontWeight property to specify the default font stretch to use for all text in the RichTextBlock. You can override this value for specific text elements in the RichTextBlock by setting the TextElement.FontWeight property.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 3/12/2013
