Layer |
public enum LayerControllerTabType
| Member name | Value | Description |
|---|---|---|
| Unique | 0 | No secondary choice available (i.e. for layer position, layer background). |
| Scales | 1 | List of scales as secondary choice (e.g. x-scale, y-scale). |
| Axes | 2 | List of axes as secondary choice (e.g. left, top, bottom, right, x=0 etc.) |
| Planes | 3 | List of planes as secondary choice (e.g. front, back etc.). |
The LayerControllerTabType type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |