TextBlock.FontStyle property

1 out of 1 rated this helpful - Rate this topic

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

Syntax


public FontStyle FontStyle { get; set; }


<TextBlock 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 value. The default is Normal.

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

TextBlock

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.