TIETextLayer.BorderRotate
Declaration
property BorderRotate: Double;
Description
The angle of the shape around the text.
Note:
◼Rotation of the text is specified by
Rotate◼By default, the border shape is not rotated when rotating the layer. Use
LayersTextRotateMode to change this behavior.
Default: 0
// Add a rectangular border at 30 deg. CCW rotation
TIETextLayer( ImageEnView1.CurrentLayer ).BorderShape := iesRectangle;
TIETextLayer( ImageEnView1.CurrentLayer ).BorderRotate := 30;
ImageEnView1.Update();
See Also
◼Rotate◼LayersTextRotateMode◼BorderShape