ArcObjects Library Reference (Display)  

ILineCallout.AccentBar Property

The line symbol used to render the accent bar.

[Visual Basic .NET]
Public Property AccentBar As ILineSymbol
[C#]
public ILineSymbol AccentBar {get; set;}
[C++]
HRESULT get_AccentBar(
  ILineSymbol** AccentBar
);
[C++]
HRESULT putref_AccentBar(
  ILineSymbol* AccentBar
);
[C++]

Parameters

AccentBar [out, retval]

  AccentBar is a parameter of type ILineSymbol

AccentBar [in]

  AccentBar is a parameter of type ILineSymbol

Product Availability

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

Description

AccentBar is a vertical line placed at either the right or left edge of the Border. Any line supported by the ILineSymbol object can be used.

See Also

ILineCallout Interface