0 out of 1 rated this helpful - Rate this topic

RichTextBlock.FontStyle property

Gets or sets the font style for the content in this element.

Syntax


public FontStyle FontStyle { get; set; }


<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

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

RichTextBlock
TextElement.FontStyle

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.