Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / TextStyleSurrogate Class / TextStyleSurrogate Constructor

In This Topic
    TextStyleSurrogate Constructor
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal textStyle As TextStyle _
    )
    public TextStyleSurrogate( 
       TextStyle textStyle
    )

    Parameters

    textStyle
    See Also