IWpfTextViewLineCollection.LastVisibleLine Property

Definition

Gets the last line that is not completely hidden.

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

Property Value

The last line that is not completely hidden.

Applies to