RAD Studio VCL Reference
|
Specifies the location of the tick marks.
property TickMarks: TTickMark;
__property TTickMark TickMarks;
Set TickMarks to specify where the tick marks should be drawn. TickMarks has these possible values:
Value |
Meaning |
tmBottomRight |
Tick marks are on the bottom or right of the track bar, depending of the value of Orientation. |
tmTopLeft |
Tick marks are on the top or left of the track bar, depending of the value of Orientation. |
tmBoth |
Tick marks are on both sides of the track bar. |
If the TickStyle property is tsNone, the value of TickMarks is ignored.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|