TextBounds::Leading Property

 

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

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

public:
property double Leading {
	double get();
}

Property Value

Type: System::Double

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

In right-to-left text, the leading edge is to the right of the trailing edge.

Return to top
Show: