GradientShape

GradientShape enumeration

Represents the shape of gradient fill.

public enum GradientShape : sbyte

Values

NameValueDescription
NotDefined-1
Linear0
Rectangle1
Radial2
Path3

See Also