UISettings.CursorSize Property

Definition

Gets the size of a new cursor created by the app view.

public:
 property Size CursorSize { Size get(); };
Size CursorSize();
public Size CursorSize { get; }
var size = uISettings.cursorSize;
Public ReadOnly Property CursorSize As Size

Property Value

The size of a new cursor.

Applies to