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