TextFrameStyleProps Interface
Describes how to draw the frame around a TextBlock. The frame can be a simple line, a filled shape, or both.
Properties
Name | Type | Description | |
---|---|---|---|
border | TextStyleColor | undefined | The color of the text frame's outline. | |
borderWeight | number | undefined | This will be used to set the GeometryParams.weight property of the frame (in pixels). | |
fill | TextAnnotationFillColor | undefined | The color to fill the shape of the text frame. | |
shape | TextAnnotationFrameShape | undefined | Shape of the frame. |
Defined in
Last Updated: 27 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.