GlyphTypeface.Stretch Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the FontStretch value for the GlyphTypeface object.
public:
property System::Windows::FontStretch Stretch { System::Windows::FontStretch get(); };
public System.Windows.FontStretch Stretch { get; }
public System.Windows.FontStretch Stretch { [System.Security.SecurityCritical] [System.Security.SecurityTreatAsSafe] get; }
member this.Stretch : System.Windows.FontStretch
[<get: System.Security.SecurityCritical>]
[<get: System.Security.SecurityTreatAsSafe>]
member this.Stretch : System.Windows.FontStretch
Public ReadOnly Property Stretch As FontStretch
Property Value
A FontStretch value that represents the font stretch.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.