ITextViewLine::TextWidth Property

 

Gets the horizontal distance between TextRight and TextLeft.

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

property double TextWidth {
	double get();
}

Property Value

Type: System::Double

The horizontal distance between TextRight and TextLeft.

Return to top
Show: