This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineCallout Interface > ILineCallout.Style Property (ArcObjects .NET 10.4 SDK) |
The line callout style.
[Visual Basic .NET] Public Property Style As esriLineCalloutStyle
[C#] public esriLineCalloutStyle Style {get; set;}
[C++]
HRESULT get_Style(
esriLineCalloutStyle* Style
);
[C++]
HRESULT put_Style(
esriLineCalloutStyle Style
);
[C++]
Parameters Style [out, retval]
Style is a parameter of type esriLineCalloutStyle Style [in]
Style is a parameter of type esriLineCalloutStyle
Style is the enumeration that controls the shape of the LeaderLine as well as the positioning of the AccentBar. The avaialble options include: esriLCSBase, esriLCSCircularCCW, esriLCSCircularCW, esriLCSCustom, esriLCSFourPoint, esriLCSMidpoint, esriLCSThreePoint and esriLCSUnderline. esriLCSMidpoint is the default Style.