TextViewLayoutChangedEventArgs::HorizontalTranslation Property

 

Determines whether the view was translated horizontally after the last layout.

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

public:
property bool HorizontalTranslation {
	bool get();
}

Property Value

Type: System::Boolean

true if the view was translated horizontally after the last layout, otherwise false.

Return to top
Show: