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


ILineCallout.Style Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineCallout Interface > ILineCallout.Style Property
ArcGIS Developer Help

ILineCallout.Style Property

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

Product Availability

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

Description

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.

See Also

ILineCallout Interface