This document is archived and information here might be outdated.  Recommended version.


IGradientFillSymbol.Style Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGradientFillSymbol Interface > IGradientFillSymbol.Style Property
ArcGIS Developer Help

IGradientFillSymbol.Style Property

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 esriGFSRectangularesriGFSLinear is the default Style.

See Also

IGradientFillSymbol Interface