Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 913 Bytes

contentpresenter_fontweight.md

File metadata and controls

33 lines (22 loc) · 913 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.ContentPresenter.FontWeight
winrt property

Windows.UI.Xaml.Controls.ContentPresenter.FontWeight

-description

Gets or sets the top-level font weight for the text content presented by the ContentPresenter.

-xaml-syntax

<ContentPresenter FontWeight="fontWeightsValue"/>

-xaml-values

fontWeightsValue
fontWeightsValue A FontWeights property name, such as Light, Normal, or ExtraBold.
## -property-value The requested font weight, which is a [FontWeight](../windows.ui.text/fontweight.md) that is obtained from one of the [FontWeights](../windows.ui.text/fontweights.md) property values. The default is [Normal](../windows.ui.text/fontweights_normal.md).

-remarks

-examples

-see-also