Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

FontStretch Property






Gets or sets the font stretch style.
Syntax
public FontStretch FontStretch {get; set;}
'Declaration
 
Public Property FontStretch As FontStretch
'Usage
 
Dim instance As D2DFont
Dim value As FontStretch
 
instance.FontStretch = value
 
value = instance.FontStretch

            

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

Property Value

A System.Windows.FontStretches value that describes the amount the font is stretched or compressed relative to the font's normal size.
Remarks
The default value is FontStretches.Normal.
Requirements

Target Platforms

See Also

Reference

D2DFont Class
D2DFont Members

Error processing SSI file