 | CursorTypes Enumeration |
Flags for Cursor type
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
SyntaxPublic Enumeration CursorTypes
public enum class CursorTypes
Patagames.Pdf.Enums.CursorTypes = function();
Patagames.Pdf.Enums.CursorTypes.createEnum('Patagames.Pdf.Enums.CursorTypes', false);
Members
| Member name | Value | Description |
---|
| Arrow | 0 |
Arrow cursor
|
| NESW | 1 |
North east south west cursor
|
| NWSE | 2 |
North west south east cursor
|
| VBeam | 3 |
Vertical beam cursor
|
| HBeam | 4 |
Horizontal beam cursor
|
| Hand | 5 |
Hand cursor
|
See Also