The possible positions of a rectangle IHandles.
Namespace: yWorks.Canvas.InputAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
[FlagsAttribute] [ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, ApplyToMembers = true)] public enum HandlePositions |
| Visual Basic |
|---|
<FlagsAttribute> _ <ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True, _ ApplyToMembers := True)> _ Public Enumeration HandlePositions |
Members
| Member name | Description | ||
|---|---|---|---|
| None | 0 | Indicates no position at all. | |
| NorthWest | 1 | Indicates the position at north west. | |
| North | 2 | Indicates the position at north. | |
| NorthEast | 4 | Indicates the position at north east. | |
| West | 8 | Indicates the position at west. | |
| Center | 16 | Indicates the position at the center. | |
| East | 32 | Indicates the position at east. | |
| SouthWest | 64 | Indicates the position at south west. | |
| South | 128 | Indicates the position at south. | |
| SouthEast | 256 | Indicates the position at south east. |