Gets the bounding rectangle of the character. The values are given in twips with an origin at the upper left corner of the document. The relationship between the upper left corner of the document and the upper left corner of the visible portion of the document can be obtained with the TextControl.ScrollLocation property.

Syntax

public Rectangle Bounds { get; }
Public ReadOnly Property Bounds() As Rectangle

Limitations

Read only.