[This is preliminary documentation and is subject to change.]
Neighbourhood directions
Namespace: ToolsAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum Direction |
| Visual Basic |
|---|
Public Enumeration Direction |
| Visual C++ |
|---|
public enum class Direction |
| F# |
|---|
type Direction |
| JScript |
|---|
public enum Direction |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Left | 0 | Left neighbour | |
| Right | 1 | Right neighbour | |
| Top | 2 | Top (front) neighbour | |
| Bottom | 3 | Bottom (back) neighbour | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |
See Also
Version History
1.5.3
- This enumeration is new in version 1.5.3