FontStretch Property
Summary
Gets or sets the font stretch style.
Syntax
public FontStretch FontStretch { get; set; }
Public Property FontStretch As FontStretch
public:
property FontStretch FontStretch {
FontStretch get();
void set ( FontStretch );
}
Property Value
A System.Windows.FontStretches value that describes the amount the font is stretched or compressed relative to the font's normal size.