GradientShape

GradientShape enum

Represents the shape of gradient fill.

enum class GradientShape : int8_t

Values

NameValueDescription
NotDefined-1
Linear0
Rectangle1
Radial2
Path3

See Also