GradientDirectionType enumeration

GradientDirectionType enumeration

Represents all direction type of gradient.

The GradientDirectionType type exposes the following members:

Fields

Field Description
FROM_UPPER_LEFT_CORNER FromUpperLeftCorner
FROM_UPPER_RIGHT_CORNER FromUpperRightCorner
FROM_LOWER_LEFT_CORNER FromLowerLeftCorner
FROM_LOWER_RIGHT_CORNER FromLowerRightCorner
FROM_CENTER FromCenter
UNKNOWN Unknown

See Also