Share via


TextViewLayoutChangedEventArgs.NewViewState Property

Definition

State of the view after the layout.

public:
 property Microsoft::VisualStudio::Text::Editor::ViewState ^ NewViewState { Microsoft::VisualStudio::Text::Editor::ViewState ^ get(); };
public Microsoft.VisualStudio.Text.Editor.ViewState NewViewState { get; }
member this.NewViewState : Microsoft.VisualStudio.Text.Editor.ViewState
Public ReadOnly Property NewViewState As ViewState

Property Value

The state of the view after the layout.

Applies to