This document is archived and information here might be outdated. Recommended version. |
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
Style is the enumeration that controls the shape of the balloon. The avaialble options include: esriBCSOval, esriBCSRectangle and esriBCSRoundedRectangle. esriBCSRectangle is the default Style.
This property describes the drawing style of BalloonCallout, whether is has rounded or square corners etc., esriBCSOval is not currently implemented.