TextAnnotationAnchor Interface

Describes how to compute the "anchor point" for a TextAnnotation. The anchor point is a point on or inside of the 2d bounding box enclosing the contents of the annotation's TextBlock. The annotation can be rotated and translated relative to the anchor point. The anchor point also serves as the snap point when AccuSnap is set to SnapMode.Origin.

@see TextAnnotation for a description of how the anchor point is computed.

Properties

Name Type Description
horizontal "center" | "left" | "right" The horizontal alignment of the anchor point.  
vertical "top" | "middle" | "bottom" The vertical alignment of the anchor point.  

Defined in

Last Updated: 17 May, 2024