TextViewLayoutChangedEventArgs Properties

 

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

NameDescription
System_CAPS_pubpropertyHorizontalTranslation

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

System_CAPS_pubpropertyNewOrReformattedLines

Gets a read-only collection of new or reformatted lines.

System_CAPS_pubpropertyNewOrReformattedSpans

Gets a collection of new or reformatted spans.

System_CAPS_pubpropertyNewSnapshot

Gets the new snapshot of the view.

System_CAPS_pubpropertyNewViewState

Gets the state of the view after the layout.

System_CAPS_pubpropertyOldSnapshot

Gets the old snapshot of the view. Deprecated.

System_CAPS_pubpropertyOldViewState

Gets the state of the view prior to the layout.

System_CAPS_pubpropertyTranslatedLines

Gets a collection of translated lines.

System_CAPS_pubpropertyTranslatedSpans

Gets a collection of translated spans.

System_CAPS_pubpropertyVerticalTranslation

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

Return to top
Show: