ArcObjects Library Reference (Carto)  

IACGradientFillSymbol.Type Property

The fill type.

[Visual Basic .NET]
Public Property Type As acGradientFillType
[C#]
public acGradientFillType Type {get; set;}
[C++]
HRESULT get_Type(
  acGradientFillType* Type
);
[C++]
HRESULT put_Type(
  acGradientFillType Type
);
[C++]

Parameters

Type [out, retval]

  Type is a parameter of type acGradientFillType

Type [in]

  Type is a parameter of type acGradientFillType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IACGradientFillSymbol Interface