Gradient Class

Gradient class consists of the following properties:

Property Description Data Type Default
EndColor Determines the gradient's end color. Color Color.White
GradientOption Determines whether or not gradients will be drawn. Enumerated type consisting of the following options:
  • goNone (=0)
  • goCustom (=1)
goNone
Orientation Determines the gradient's orientation. Enumerated type consisting of the following options:
  • ooHorizontal (=0)
  • ooVertical (=1)
  • ooForwardDiagonal (=2)
  • ooBackwardDiagonal (=3)
  • ooRectangular (=4)
  • ooCircular (=5)
ooHorizontal
StartColor Determines the gradient's start color. Color Color.Black

See Also

Properties | Gradient | Title Class | Scale Class | YScale Class