IWpfTextViewLineCollection.LastVisibleLine Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.