ImageEn, unit iexLayers
TIETextLayer.BorderRotate
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
Example
// 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
Loading contents...