This document is archived and information here might be outdated. Recommended version. |
The fill symbol.
[Visual Basic .NET] Public Property Symbol As IFillSymbol
[C#] public IFillSymbol Symbol {get; set;}
[C++]
HRESULT get_Symbol(
IFillSymbol** fillSym
);
[C++]
HRESULT putref_Symbol(
IFillSymbol* fillSym
);
[C++] Parameters fillSym [out, retval]
fillSym is a parameter of type IFillSymbol** fillSym [in]
fillSym is a parameter of type IFillSymbol*
Symbol is the fill symbol used as the background within the balloon. Any fill supported by the IFillSymbol object can be used.