Visual Basic (Declaration) | |
---|---|
Public Property HeaderFontWeight As FontWeight |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public FontWeight HeaderFontWeight {get; set;} |
C++/CLI | |
---|---|
public: property FontWeight HeaderFontWeight { FontWeight get(); void set (FontWeight value); } |
XAML Attributes Usage | |
---|---|
<object HeaderFontWeight= |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsRender |
XAML Attributes Usage | |
---|---|
<object HeaderFontWeight= |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsRender |
Return Value
A FontWeight value that specifies the header relative weight of the typeface.For XAML example, refer to AnnPolygonObject.
For C#/VB examples, refer to AnnObjectBase.HeaderOffset.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family