This document is archived and information here might be outdated. Recommended version. |
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.