CursorType 列舉
定義
指定內建的游標型別。Specifies the built in cursor types.
public enum class CursorType
public enum CursorType
type CursorType =
Public Enum CursorType
- 繼承
欄位
AppStarting | 3 | 帶有小沙漏的標準箭號游標。A standard arrow with small hourglass cursor. |
Arrow | 2 | 標準箭號游標。A standard arrow cursor. |
ArrowCD | 27 | 箭號光碟游標。An arrow cd cursor. |
Cross | 4 | 十字型游標。A crosshair cursor. |
Hand | 14 | 手狀游標。A hand cursor. |
Help | 5 | 說明游標。A help cursor. |
IBeam | 6 | I 型文字游標。A text I-Beam cursor. |
No | 1 | 無效游標。No cursor. |
None | 0 | 一個表示不顯示任何游標的值。A value indicating that no cursor should be displayed. |
Pen | 15 | 畫筆游標。A pen cursor. |
ScrollAll | 18 | 箭號指向北、南、東和西的捲動游標。A scrolling cursor with arrows pointing north, south, east, and west. |
ScrollE | 22 | 箭號指向東的捲動游標。A scrolling cursor with an arrow pointing east. |
ScrollN | 19 | 箭號指向北的捲動游標。A scrolling cursor with an arrow pointing north. |
ScrollNE | 24 | 箭號指向北和東的捲動游標。A scrolling cursor with arrows pointing north and east. |
ScrollNS | 16 | 箭號指向北和南的捲動游標。A scrolling cursor with arrows pointing north and south. |
ScrollNW | 23 | 箭號指向北和西的捲動游標。A scrolling cursor with arrows pointing north and west. |
ScrollS | 20 | 箭號指向南的捲動游標。A scrolling cursor with an arrow pointing south. |
ScrollSE | 26 | 箭號指向南和東的捲動游標。A scrolling cursor with arrows pointing south and east. |
ScrollSW | 25 | 箭號指向南和西的捲動游標。A scrolling cursor with arrows pointing south and west. |
ScrollW | 21 | 箭號指向西的捲動游標。A scrolling cursor with an arrow pointing west. |
ScrollWE | 17 | 箭號指向西和東的捲動游標。A scrolling cursor with arrows pointing west and east. |
SizeAll | 7 | 箭號指向北、南、東和西的游標。A cursor with arrows pointing north, south, east, and west. |
SizeNESW | 8 | 箭號指向東北和西南的游標。A cursor with arrows pointing northeast and southwest. |
SizeNS | 9 | 箭號指北和南的游標。A cursor with arrows pointing north and south. |
SizeNWSE | 10 | 箭號指向西北和東南的游標。A cursor with arrows pointing northwest and southeast. |
SizeWE | 11 | 箭號指向西和東的游標。A cursor with arrows pointing west and east. |
UpArrow | 12 | 垂直箭號游標。A vertical arrow cursor. |
Wait | 13 | 沙漏游標。An hourglass cursor. |
備註
CursorType大部分用Extensible Application Markup Language (XAML)Extensible Application Markup Language (XAML)來指定資料指標。CursorType is mostly used in Extensible Application Markup Language (XAML)Extensible Application Markup Language (XAML) to specify the cursor. 在程式碼中, 您應該Cursors使用類別。In code, you should use the Cursors class.