Workspace.CursorTypes Property

The cursor types dictionary.
Public Property CursorTypes() As Dictionary(Of cursorType, Cursor
Get 
This language is not supported or no code example is available.
public Dictionary<cursorType, Cursor> CursorTypes {get;}
This language is not supported or no code example is available.

Property Value

Dictionary<cursorType, Cursor>
Remarks
 
If WorkspaceBase.Renderer is different from rendererType.Native, use the WorkspaceBase.SetCursor instead (WPF Eyeshot control only)

.NET Framework

Supported in: 4.7.2

In this article

Definition