Name | Description | |
---|---|---|
C1StyleLinearGradientDirection Constructor | Initializes a new instance of the C1StyleLinearGradientDirection struct. |
The following tables list the members exposed by C1StyleLinearGradientDirection.
Name | Description | |
---|---|---|
C1StyleLinearGradientDirection Constructor | Initializes a new instance of the C1StyleLinearGradientDirection struct. |
Name | Description | |
---|---|---|
Angle | Gets the angle in degrees. | |
Bottom | Gets the bottom direction. | |
BottomLeft | Gets the bottom left direction. | |
BottomRight | Gets the bottom-right direction. | |
Kind | Gets the kind of direction. | |
Left | Gets the left direction. | |
Right | Gets the right direction. | |
Top | Gets the top direction. | |
TopLeft | Gets the top-left direction. | |
TopRight | Gets the top-right direction. |
Name | Description | |
---|---|---|
Equals | ||
GetHashCode | ||
Parse | Parses the text and returns a length. | |
ToString | ||
TryParse | Tries to parse the specified text and returns the value in the direction parameter. |
Equality | Compares two C1StyleLinearGradientDirection structures for equality. |
Implicit Type Conversion | Overloaded. Casting operator to convert a double into a C1StyleLinearGradientDirection. The unit assigned is pixels. |
Inequality | Compares two C1StyleLinearGradientDirection structures for inequality. |