ITextViewLine.VisibilityState Property

Definition

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

public:
 property Microsoft::VisualStudio::Text::Formatting::VisibilityState VisibilityState { Microsoft::VisualStudio::Text::Formatting::VisibilityState get(); };
public:
 property Microsoft::VisualStudio::Text::Formatting::VisibilityState VisibilityState { Microsoft::VisualStudio::Text::Formatting::VisibilityState get(); };
public Microsoft.VisualStudio.Text.Formatting.VisibilityState VisibilityState { get; }
member this.VisibilityState : Microsoft.VisualStudio.Text.Formatting.VisibilityState
Public ReadOnly Property VisibilityState As VisibilityState

Property Value

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

Exceptions

This ITextViewLine has been disposed.

Applies to