This document is archived and information here might be outdated. Recommended version. |
The length of the major ticks in points.
[Visual Basic .NET]
Public Property TickLength As Double
[C#]
public double TickLength {get; set;}
[C++]
HRESULT get_TickLength(
System.Double* lengthPoints
);
[C++]
HRESULT put_TickLength(
double lengthPoints
);
[C++] Parameters lengthPoints [out, retval]
lengthPoints is a parameter of type double* lengthPoints [in]
lengthPoints is a parameter of type double
TickLength is the length of the line symbol in points (approx. 1/72 inch) that will be used to draw the major tick marks that are drawn just inside of or just outside of the Border.