public enum CursorShapeWhich stock cursor to draw.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
The OS's own cursors, not bitmaps of ours. A resize cursor that does not match the rest of the desktop is the kind of detail users notice without being able to say why, and the theme, size and accessibility settings are the platform's to honour.
Fields and properties (11)
ArrowThe ordinary pointer.
TextBeamThe I-beam, over editable text.
WaitThe busy indicator.
CrosshairThe precision crosshair, over a viewport or a colour picker.
HandThe pointing hand, over something clickable.
ResizeHorizontalResize left and right, over a vertical splitter or edge.
ResizeVerticalResize up and down, over a horizontal splitter or edge.
ResizeDiagonalUpResize along the bottom-left to top-right diagonal.
ResizeDiagonalDownResize along the top-left to bottom-right diagonal.
ResizeAllMove, or resize in every direction.
NotAllowedThe drop target refuses what is being dragged.
Used by (5)
- DesktopWindowVixen.Platform.Desktop
- HeadlessWindowVixen.Platform.Headless
- IWindowVixen.Platform
- SdlTranslationVixen.Platform.Desktop
- SdlTranslationTestsVixen.Platform.Desktop.Tests