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