Eyeshot 10 WinForms API Reference
TextStyle Constructor(String,FontStyle,Double)

WinForms Assembly > devDept.Eyeshot Namespace > TextStyle Class > TextStyle Constructor : TextStyle Constructor(String,FontStyle,Double)
The font family name
The font style
The width factor
Standard constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal fontFamilyName As String, _
   ByVal style As FontStyle, _
   Optional ByVal widthFactor As Double _
)
public TextStyle( 
   string fontFamilyName,
   FontStyle style,
   double widthFactor
)

Parameters

fontFamilyName
The font family name
style
The font style
widthFactor
The width factor
See Also

Reference

TextStyle Class
TextStyle Members
Overload List