ArcObjects Library Reference (DefenseSolutions)  

IGraphicLeader.Style Property

The graphic leader style responsible for constructing the leader.

[Visual Basic .NET]
Public Property Style As IGraphicLeaderStyle
[C#]
public IGraphicLeaderStyle Style {get; set;}
[C++]
HRESULT get_Style(
  IGraphicLeaderStyle** Style
);
[C++]
HRESULT putref_Style(
  IGraphicLeaderStyle* Style
);
[C++]

Parameters

Style [out, retval]

  Style is a parameter of type IGraphicLeaderStyle

Style [in]

  Style is a parameter of type IGraphicLeaderStyle

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicLeader Interface