TextBounds Properties
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | Bottom | Gets the position of the bottom edge of the rectangle in the text rendering coordinate system. |
![]() | Height | Gets the distance between the top and bottom edges of the rectangle in the text rendering coordinate system. |
![]() | IsRightToLeft | Determines whether the character is a right-to-left character. |
![]() | Leading | Gets the position of the leading edge of the rectangle in the text rendering coordinate system. |
![]() | Left | Gets the position of the left edge of the rectangle in the text rendering coordinate system. |
![]() | Right | Gets the position of the right edge of the rectangle in the text rendering coordinate system. |
![]() | TextBottom | Gets the bottom of the text on the line containing the characters. |
![]() | TextHeight | Gets the height of the text on the line containing the characters. |
![]() | TextTop | Gets the top of the text on the line containing the text. |
![]() | Top | Gets the position of the top edge of the rectangle in the text rendering coordinate system. |
![]() | Trailing | Gets the position of the trailing edge of the rectangle in the text rendering coordinate system. |
![]() | Width | Gets the distance between the leading and trailing edges of the rectangle in the text rendering coordinate system. |
