LeaderTextPointOptions Type Alias
LeaderTextPointOptions = "TopLeft" | "TopRight" | "BottomLeft" | "BottomRight"
Specifies the possible positions to attach a leader on the frame around a TextBlock when TextAnnotationLeader.attachment.mode is set to TextPoint. TopLeft : attach to a point projected onto the frame from the point on the left side of the first line of text. TopRight : attach to a point projected onto the frame from the point on the right side of the first line of text. BottomLeft : attach to a point projected onto the frame from the point on the left side of the last line of text. BottomRight : attach to a point projected onto the frame from the point on the right side of the last line of text.
Defined in
Last Updated: 29 July, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.