CustomTimeLineLabel Property
Description
Specifies whether to use custom time line labels.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property CustomTimeLineLabel() As Boolean
Return Type
True if custom time line labels will be used. False otherwise.
Remarks
When True, the TimeLineLabel Event will be called for each label, where you can specify the text for the label and the tick mark line length.
The TimeLineStep Property will specify the time increments the track control will use when the TimeLineStepAuto Property is False. If TimeLineStepAuto is True, then the track control will auto increment the time.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.