FontStretches::Medium Property

 

Specifies a medium FontStretch.

Namespace:   System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property FontStretch Medium {
	static FontStretch get();
}

Property Value

Type: System.Windows::FontStretch

A value that represents a medium FontStretch.

Medium represents the normal (100%) aspect ratio of the font form. The value of Medium is equivalent to the value of Normal.

.NET Framework
Available since 3.0
Return to top
Show: