Angle Property

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

Specifies the rotation angle of the label's text.

Declaration

componentPropObj.Angle
Read-Write Property Integer
componentPropObj     One of the objects listed in the Applies To section  

Applies To

This property applies to the following objects:

TcxLabelProperties

Description

The Angle property lets you get or set the rotation angle of the text displayed in the label's control. You can use this property to apply the rotation effect to the label’s text.

Property Value

An integer that denotes the rotation angle of the label’s text, in degrees. Positive values mean counter-clockwise rotation, negative values mean clockwise rotation. The default value is 0. It means that no rotation is applied.

Remarks

Setting the Angle property to a value different from the default one disables the painting effect specified by the LabelEffect property.

See Also

LabelEffect Property

Highlight search results