AccessText::FontStretch Property

 

Gets or sets a FontStretch property that selects a normal, condensed, or expanded font from a FontFamily.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property FontStretch FontStretch {
	FontStretch get();
	void set(FontStretch value);
}

Property Value

Type: System.Windows::FontStretch

The relative degree that the font is stretched. The default is Normal.

.NET Framework
Available since 3.0
Return to top
Show: