Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / CursorTypes Property

In This Topic
    CursorTypes Property
    In This Topic
    The cursor types dictionary.
    Syntax
    'Declaration
     
    Public ReadOnly Property CursorTypes As Dictionary(Of cursorType,Cursor)
    public Dictionary<cursorType,Cursor> CursorTypes {get;}
    Remarks
    If ViewportLayoutBase.Renderer is different from rendererType.Native, use the ViewportLayoutBase.SetCursor instead (WPF Eyeshot control only)
    See Also