| Name | Description | |
|---|---|---|
![]()  | BeginEdit | Begins the text editing process. Note: This method only works for WinForms, not WPF. | 
![]()  | EndEdit | Ends the text editing process. Note: This method only works for WinForms, not WPF. | 
![]()  | Flip | Overridden. Flips the mark around the center in vertical or horizontal direction. | 
![]()  | GetAutoFitSize | Calculates mark's bounding box size that will fit either entire text, or the widest text line of the text. | 
![]()  | GetOverflowedTextLength | Calculates the number of characters that do not completely fit into displayable area. | 
![]()  | GetRenderBounds | Overridden. Gets rendering bounding rectangle of the mark in abstract coordinates. | 
![]()  | Move | Overridden. Moves mark by specified offset. | 
![]()  | Rotate | Overridden. Rotates the mark around the center. | 
![]()  | Scale | Overridden. Scales the mark in horizontal and vertical directions. | 
            