Enum GradientStyleType

GradientStyleType enumeration

Represents gradient shading style.

public enum GradientStyleType

Values

NameValueDescription
DiagonalDown0Diagonal down shading style
DiagonalUp1Diagonal up shading style
FromCenter2From center shading style
FromCorner3From corner shading style
Horizontal4Horizontal shading style
Vertical5Vertical shading style
Unknown6Unknown shading style.Only for the shading style(which is not for any member of the GradientStyleType) in the template file.

See Also