The possible positions of a rectangle IHandles.
Namespace: yWorks.Canvas.InputAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
[FlagsAttribute] public enum HandlePositions |
| Visual Basic |
|---|
<FlagsAttribute> _ 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. |