GradientStyleType

GradientStyleType enumeration

Represents gradient shading style.

public enum GradientStyleType

Values

Name Value Description
DiagonalDown 0 Diagonal down shading style
DiagonalUp 1 Diagonal up shading style
FromCenter 2 From center shading style
FromCorner 3 From corner shading style
Horizontal 4 Horizontal shading style
Vertical 5 Vertical shading style
Unknown 6 Unknown shading style.Only for the shading style(which is not for any memeber of the GradientStyleType) in the template file.

See Also