Click or drag to resize

ColorGradientDirection Enumeration

Direction of a color gradient.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public enum ColorGradientDirection
Members
Member nameValueDescription
NoGradient0No gradient.
TopLeft1Gradient toward the top-left corner.
Left2Gradient toward the left.
BottomLeft3Gradient toward the bottom-left corner.
Top4Gradient toward the top.
Center5Gradient toward the center.
Bottom6Gradient toward the bottom.
TopRight7Gradient toward the top-right corner.
Right8Gradient toward the right.
BottomRight9Gradient toward the bottom-right corner.

The ColorGradientDirection type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also