Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 700 Bytes

control_fontweight.md

File metadata and controls

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

Windows.UI.Xaml.Controls.Control.FontWeight

-description

Gets or sets the thickness of the specified font.

-xaml-syntax

<control FontWeight="fontWeightMemberName"/>

-xaml-values

fontWeightMemberName
fontWeightMemberNameA FontWeights member name, such as Light or Normal.
## -property-value One of the values that specifies the thickness of the specified font. The default is [Normal](../windows.ui.text/fontweights_normal.md).

-remarks

-examples

-see-also