IDrawTextOptions
An object that configures rendering a piece of text.
Inherited from the following class(es):
Horizontal alignment within the rectangle that limits the drawing area.
Possible values:
"center"
(default)"left"
"right"
- Type:
- HorizontalAlign readonly
- Implemented in:
- IDrawRectOptions
Enable this property to render the text string bold.
Default value: false
- Type:
- boolean readonly
- Implemented in:
- IDrawTextOptions
The distance between the content and the borders of the rectangle. This property applies only if the content is aligned to the left/right or top/bottom.
- Type:
- IMargin readonly
- Implemented in:
- IDrawRectOptions
Vertical alignment within the rectangle that limits the drawing area.
Possible values:
"middle"
(default)"top"
"bottom"
- Type:
- VerticalAlign readonly
- Implemented in:
- IDrawRectOptions
Copyright © 2024 Devsoft Baltic OÜ. All rights reserved.