Color |
public enum ColorGradientDirection
| Member name | Value | Description |
|---|---|---|
| NoGradient | 0 | No gradient. |
| TopLeft | 1 | Gradient toward the top-left corner. |
| Left | 2 | Gradient toward the left. |
| BottomLeft | 3 | Gradient toward the bottom-left corner. |
| Top | 4 | Gradient toward the top. |
| Center | 5 | Gradient toward the center. |
| Bottom | 6 | Gradient toward the bottom. |
| TopRight | 7 | Gradient toward the top-right corner. |
| Right | 8 | Gradient toward the right. |
| BottomRight | 9 | Gradient toward the bottom-right corner. |
The ColorGradientDirection 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) |