TextBounds Properties

 

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

NameDescription
System_CAPS_pubpropertyBottom

Gets the position of the bottom edge of the rectangle in the text rendering coordinate system.

System_CAPS_pubpropertyHeight

Gets the distance between the top and bottom edges of the rectangle in the text rendering coordinate system.

System_CAPS_pubpropertyIsRightToLeft

Determines whether the character is a right-to-left character.

System_CAPS_pubpropertyLeading

Gets the position of the leading edge of the rectangle in the text rendering coordinate system.

System_CAPS_pubpropertyLeft

Gets the position of the left edge of the rectangle in the text rendering coordinate system.

System_CAPS_pubpropertyRight

Gets the position of the right edge of the rectangle in the text rendering coordinate system.

System_CAPS_pubpropertyTextBottom

Gets the bottom of the text on the line containing the characters.

System_CAPS_pubpropertyTextHeight

Gets the height of the text on the line containing the characters.

System_CAPS_pubpropertyTextTop

Gets the top of the text on the line containing the text.

System_CAPS_pubpropertyTop

Gets the position of the top edge of the rectangle in the text rendering coordinate system.

System_CAPS_pubpropertyTrailing

Gets the position of the trailing edge of the rectangle in the text rendering coordinate system.

System_CAPS_pubpropertyWidth

Gets the distance between the leading and trailing edges of the rectangle in the text rendering coordinate system.

Return to top
Show: