This document is archived and information here might be outdated. Recommended version. |
The line symbol used to draw the major ticks.
[Visual Basic .NET] Public Property TickLineSymbol As ILineSymbol
[C#] public ILineSymbol TickLineSymbol {get; set;}
[C++]
HRESULT get_TickLineSymbol(
ILineSymbol** Symbol
);
[C++]
HRESULT put_TickLineSymbol(
ILineSymbol* Symbol
);
[C++] Parameters Symbol [out, retval]
Symbol is a parameter of type ILineSymbol** Symbol [in]
Symbol is a parameter of type ILineSymbol*
TickLineSymbol is the line symbol that will be used to draw the major tick marks that are drawn just inside of or just outside of the Border.