Control::FontWeight Property
.NET Framework (current version)
Gets or sets the weight or thickness of the specified font.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [BindableAttribute(true)] property FontWeight FontWeight { FontWeight get(); void set(FontWeight value); }
Property Value
Type: System.Windows::FontWeightA FontWeight value. The default is FontWeights::Normal.
This property only affects a control whose template uses the FontWeight property as a parameter. On other controls, this property has no impact. For a list of predefined FontWeight values, see the FontWeights class.
Identifier field | |
Metadata properties set to true |
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: