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


IBalloonCallout.Style 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.Style Property
ArcGIS Developer Help

IBalloonCallout.Style Property

The balloon callout style.

[Visual Basic .NET]
Public Property Style As esriBalloonCalloutStyle
[C#]
public esriBalloonCalloutStyle Style {get; set;}
[C++]
HRESULT get_Style(
  esriBalloonCalloutStyle* Style
);
[C++]
HRESULT put_Style(
  esriBalloonCalloutStyle Style
);
[C++]
Parameters
Style [out, retval]

Style is a parameter of type esriBalloonCalloutStyle* Style [in]
Style is a parameter of type esriBalloonCalloutStyle

Product Availability

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

Description

Style is the enumeration that controls the shape of the balloon. The avaialble options include: esriBCSOval, esriBCSRectangle and esriBCSRoundedRectangle. esriBCSRectangle is the default Style.

Remarks

This property describes the drawing style of BalloonCallout, whether is has rounded or square corners etc.,  esriBCSOval is not currently implemented.

See Also

IBalloonCallout Interface