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.