TextOrientation Property

Applies to TestComplete 15.62, last modified on March 19, 2024

Specifies how the text is oriented within the component.

Declaration

componentPropObj.TextOrientation
Read-Write Property String
componentPropObj     One of the objects listed in the Applies To section  

Applies To

This property applies to the following objects:

TcxProgressBarProperties

Description

Use the TextOrientation property to set or get the text orientation within the component. For the TcxProgressBar component this property determines whether the text label that indicates the progress state is aligned horizontally or vertically.

Property Value

One of the following string values:

Value Description
cxorHorizontal The text is shown from left to right. This is the default value.
cxorVertical The text is shown from bottom to top.

Remarks

To control the orientation of the whole component use the Orientation property.

See Also

Orientation Property
ShowText Property
ShowTextStyle Property
SolidTextColor Property
TextOrientation Property

Highlight search results