Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / TextStyle Class / Name Property

In This Topic
    Name Property (TextStyle)
    In This Topic
    Gets or sets text style name.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}
    Exceptions
    ExceptionDescription
    Thrown when trying to rename the Default text style.
    See Also