GradientTypes

GradientTypes enumeration

Gradient fill types

public enum GradientTypes

Values

NameValueDescription
Linear0Linear fountain fill. Apply a fill that gradually changes color along a linear path.
Elliptical1Elliptical fountain fill. Apply a fill that gradually changes color in concrete ellipses from the center outwards.
Conical2Conical fountain fill. Apply a fill that gradually changes color in a conical shape.
Rectangular3Rectangular fountain fill. Apply a fill that gradually changes color in concrete rectangles from the center outwards.

See Also