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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.