PointerIconType Enum
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public enum PointerIconType
type PointerIconType =
- 继承
-
PointerIconType
字段
| 名称 | 值 | 说明 |
|---|---|---|
| Null | 0 | |
| Arrow | 1000 | |
| Default | 1000 | |
| ContextMenu | 1001 | |
| Hand | 1002 | |
| Help | 1003 | |
| Wait | 1004 | |
| Cell | 1006 | |
| Crosshair | 1007 | |
| Text | 1008 | |
| VerticalText | 1009 | |
| Alias | 1010 | |
| Copy | 1011 | |
| NoDrop | 1012 | |
| AllScroll | 1013 | |
| HorizontalDoubleArrow | 1014 | |
| VerticalDoubleArrow | 1015 | |
| TopRightDiagonalDoubleArrow | 1016 | |
| TopLeftDiagonalDoubleArrow | 1017 | |
| ZoomIn | 1018 | |
| ZoomOut | 1019 | |
| Grab | 1020 | |
| Grabbing | 1021 | |
| Handwriting | 1022 |
注解
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。