Table of Contents

Interface ICursorProvider

Namespace
Artemis.UI.Shared.Providers
Assembly
Artemis.UI.Shared.dll

Represents a provider for custom cursors.

public interface ICursorProvider

Properties

Drag

A cursor that indicates dragging.

Cursor Drag { get; }

Property Value

Cursor

DragHorizontal

A cursor that indicates dragging horizontally.

Cursor DragHorizontal { get; }

Property Value

Cursor

Rotate

A cursor that indicates a rotating.

Cursor Rotate { get; }

Property Value

Cursor