This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILineCallout Interface > ILineCallout.AccentBar Property (ArcObjects .NET 10.5 SDK) |
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
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.