RichTextBlock.FontStyle property
Gets or sets the font style for the content in this element.
Syntax
<RichTextBlock FontStyle="fontStyleMemberName"/>
XAML Values
- fontStyleMemberName
-
A FontStyle member name, such as Italic.
Property value
Type: FontStyle
The requested font style, which is a FontStyle enumeration named constant. The default is Normal.
Remarks
Set the FontStyle 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.FontStyle property.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 3/12/2013
