Igis Documentation Beta

Enumeration Cursor​Style.​Style

public enum Style : String 
%93 CursorStyle.Style CursorStyle.Style String String CursorStyle.Style->String

Member Of

CursorStyle

Conforms To

String

Enumeration Cases

initial

case initial         = "initial"

auto

case auto            = "auto"

default​Cursor

case defaultCursor   = "default"

none

case none            = "none"

progress

case progress        = "progress"

wait

case wait            = "wait"

pointer

case pointer         = "pointer"

crosshair

case crosshair       = "crosshair"

help

case help            = "help"

context​Menu

case contextMenu     = "context-menu"

alias

case alias           = "alias"

text

case text            = "text"

text​Vertical

case textVertical    = "vertical-text"

cell

case cell            = "cell"

not​Allowed

case notAllowed      = "not-allowed"

no​Drop

case noDrop          = "no-drop"

all​Scroll

case allScroll       = "all-scroll"

move

case move            = "move"

copy

case copy            = "copy"

resize​North

case resizeNorth     = "n-resize"

resize​North​East

case resizeNorthEast = "ne-resize"

resize​East

case resizeEast      = "e-resize"

resize​South​East

case resizeSouthEast = "se-resize"

resize​South

case resizeSouth     = "s-resize"

resize​South​West

case resizeSouthWest = "sw-resize"

resize​West

case resizeWest      = "w-resize"

resize​North​West

case resizeNorthWest = "nw-resize"

resize​Row

case resizeRow       = "row-resize"

resize​Column

case resizeColumn    = "col-resize"

zoom​In

case zoomIn          = "zoom-in"

zoom​Out

case zoomOut         = "zoom-out"