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


ILineCallout.Style Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

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

.NET Snippets

Create Line Callout