This topic has not yet been rated - Rate this topic

RichTextBlock.FontWeight property

Gets or sets the top-level font weight for the RichTextBlock.

Syntax


public FontWeight FontWeight { get; set; }


<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

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

Metadata

Windows.winmd

See also

RichTextBlock
TextElement.FontWeight

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.