GradientDirectionType

GradientDirectionType enumeration

Represents all direction type of gradient.

public enum GradientDirectionType

Values

Name Value Description
FromUpperLeftCorner 0 FromUpperLeftCorner
FromUpperRightCorner 1 FromUpperRightCorner
FromLowerLeftCorner 2 FromLowerLeftCorner
FromLowerRightCorner 3 FromLowerRightCorner
FromCenter 4 FromCenter
Unknown 5 Unknown

See Also