This document is archived and information here might be outdated. Recommended version. |
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*
The Symbol property returns or sets the fill symbol used by the element to draw itself.