ITextViewLine::VisibilityState Property

 

Gets the visibility state of this rendered text line with respect to the top and bottom of the view.

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

property VisibilityState VisibilityState {
	VisibilityState get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Formatting::VisibilityState

The visibility state of this rendered text line with respect to the top and bottom of the view.

Exception Condition
ObjectDisposedException

This ITextViewLine has been disposed.

Return to top
Show: