LineTransform::Right Property

 

Gets the x-coordinate of the effective right edge of the line.

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

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

Property Value

Type: System::Double

The x-coordinate of the effective right edge of the line.

Return to top
Show: