ClearGradient Statement:
Clear gradient data. Cancel the gradient set with SetGradient
Sample: object.ClearGradient
This method turns off gradient fill turned on with SetGradient method. It’s
possible to use either gradient or brush image fill type. Brush fill has a
higher priority. Thus by calling ClearBrush, you can use gradient fill if you
called SetGradient before.
See also
SetGradient,ClearGradient,SetImageIndex,
SetColor,SetBrush,
ClearBrush
More samples:
|