ArcObjects Library Reference (Display)  

IBalloonCallout.Symbol Property

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

Product Availability

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

Description

Symbol is the fill symbol used as the background within the balloon. Any fill supported by the IFillSymbol object can be used.

See Also

IBalloonCallout Interface