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


ILineCallout.AccentBar 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.AccentBar Property
ArcGIS Developer Help

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