IWpfTextViewLine::VisibleArea Property

 

Gets the visible area in which this text line will be rendered.

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

property Rect VisibleArea {
	Rect get();
}

Property Value

Type: System.Windows::Rect

The visible area in which this text line will be rendered.

Exception Condition
ObjectDisposedException

this IWpfTextViewLine has been disposed.

Return to top
Show: