This document is archived and information here might be outdated. Recommended version. |
Gradient fill style.
[Visual Basic .NET] Public Property Style As esriGradientFillStyle
[C#] public esriGradientFillStyle Style {get; set;}
[C++]
HRESULT get_Style(
esriGradientFillStyle* Style
);
[C++]
HRESULT put_Style(
esriGradientFillStyle Style
);
[C++] Parameters Style [out, retval]
Style is a parameter of type esriGradientFillStyle* Style [in]
Style is a parameter of type esriGradientFillStyle
Style is the enumeration that defines the shape of the gradient. There are four options: esriGFSBuffered, esriGFSCircular, esriGFSLinear, and esriGFSRectangular. esriGFSLinear is the default Style.