Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / TextStyles Property

In This Topic
    TextStyles Property (ViewportLayout)
    In This Topic
    Gets or sets the text styles collection.
    Syntax
    'Declaration
     
    Public Property TextStyles As TextStyleKeyedCollection
    public TextStyleKeyedCollection TextStyles {get; set;}
    Remarks
    The "Default" text style is added if missing.
    See Also