TcxCustomTrackBarProperties.TextOrientation Property
Specifies the orientation of the text representing tick marks.
#Declaration
property TextOrientation: TcxTrackBarTextOrientation read; write; default tbtoHorizontal;
#Property Value
Type | Default |
---|---|
Tcx |
tbto |
#Remarks
This property is in effect only if the TickType property is set to display text labels within tick marks. The TextOrientation property allows you to change the orientation of text within the labels. You can use this, for instance, to avoid overlapping.
Value | Meaning | Example |
---|---|---|
tbto |
The text is horizontally oriented within tick labels. | ![]() |
tbto |
The text is vertically oriented within tick labels. | ![]() |
Note
Use the dx
The default value of the TextOrientation property is tbtoHorizontal.