Fill symbol this element uses to draw itself.
[Visual Basic .NET] Public Property Symbol As IFillSymbol
[C#] public IFillSymbol Symbol {get; set;}
[C++]
HRESULT get_Symbol(
IFillSymbol** Symbol
);
[C++]
HRESULT put_Symbol(
IFillSymbol* Symbol
);
[C++]Parameters
Symbol [out, retval]Symbol is a parameter of type IFillSymbol
Symbol [in]Symbol is a parameter of type IFillSymbol
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The Symbol property returns or sets the fill symbol used by the element to draw itself.