Default |
[FlagsAttribute] public enum DefaultPadPositions
| Member name | Value | Description |
|---|---|---|
| None | 0 | No default position is specified. |
| Right | 1 | The pad is shown on the right side. |
| Left | 2 | The pad is shown on the left side. |
| Bottom | 4 | The pad is shown at the bottom. |
| Top | 8 | The pad is shown at the top. |
| Hidden | 16 | The pad is initially hidden. |
The DefaultPadPositions 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) |