Edge Type
Represents the sides of a component
Union cases
| Union case | Description |
Full Usage:
Bottom
|
|
Full Usage:
Left
|
|
Full Usage:
Right
|
|
Full Usage:
Top
|
Instance members
| Instance member | Description |
Full Usage:
this.IsBottom
Returns: bool
|
|
Full Usage:
this.IsLeft
Returns: bool
|
|
Full Usage:
this.IsRight
Returns: bool
|
|
Full Usage:
this.IsTop
Returns: bool
|
|
|
|