This document is archived and information here might be outdated.  Recommended version.


IBalloonCallout.Symbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IB > IBalloonCallout Interface > IBalloonCallout.Symbol Property
ArcGIS Developer Help

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