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

In This Topic
    TextStyleSurrogate Class
    In This Topic
    Defines the devDept.Eyeshot.TextStyle surrogate.
    Syntax
    'Declaration
     
    Public Class TextStyleSurrogate 
       Inherits devDept.Serialization.Surrogate(Of TextStyle)
    public class TextStyleSurrogate : devDept.Serialization.Surrogate<TextStyle> 
    Inheritance Hierarchy

    System.Object
       devDept.Serialization.Surrogate<T>
          devDept.Serialization.TextStyleSurrogate
             devDept.Serialization.TextStyleExSurrogate

    See Also