This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IB > IBalloonCallout Interface > IBalloonCallout.Symbol Property (ArcObjects .NET 10.4 SDK) |
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.