Skip to content

Latest commit

 

History

History
125 lines (66 loc) · 2.72 KB

corecursortype.md

File metadata and controls

125 lines (66 loc) · 2.72 KB
-api-id -api-type
T:Windows.UI.Core.CoreCursorType
winrt enum

CoreCursorType

-description

Specifies the set of cursor types.

-enum-fields

-field Arrow:0

arrow cursor

The left-upward (northwest) arrow Windows cursor.

-field Cross:1

cross cursor

The "cross" Windows cursor.

-field Custom:2

A custom cursor.

-field Hand:3

hand cursor

The "hand" Windows cursor.

-field Help:4

help cursor

The left-upward (northwest) arrow Windows cursor with a question mark.

-field IBeam:5

I-beam cursor

The "I"-shaped Windows cursor used for text selection.

-field SizeAll:6

size all cursor

The "cross arrow" Windows cursor used for user interface (UI) element sizing.

-field SizeNortheastSouthwest:7

resize north-east to south-west cursor

The "right-upward, left-downward" dual arrow Windows cursor often used for element sizing.

-field SizeNorthSouth:8

resize north to south cursor

The up-down dual arrow Windows cursor often used for vertical (height) sizing.

-field SizeNorthwestSoutheast:9

resize north-west to south-east cursor

The "left-upward, right-downward" dual arrow Windows cursor often used for element sizing.

-field SizeWestEast:10

resize west to east cursor

The left-right dual arrow Windows cursor often used for horizontal (width) sizing.

-field UniversalNo:11

universal no cursor

The red "circle slash" Windows cursor often used to indicate that a UI behavor cannot be performed.

-field UpArrow:12

up arrow cursor

The up arrow Windows cursor.

-field Wait:13

cycling wait cursor depcited as stationary

The cycling Windows "wait" cursor often used to indicate that an element or behavior is in a wait state and cannot respond at the time.

-field Person:15

hand with person cursor

The "hand" Windows cursor with a person symbol.

-field Pin:14

hand with pin cursor

The "hand" Windows cursor with a pin symbol.

-remarks

Version history

Windows version SDK version Value added
1709 16299 Person
1709 16299 Pin

-examples

-see-also