Share via


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)

Syntax

'Declaration
ReadOnly Property VisibleArea As Rect
Rect VisibleArea { get; }
property Rect VisibleArea {
    Rect get ();
}
abstract VisibleArea : Rect with get
function get VisibleArea () : Rect

Property Value

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

Exceptions

Exception Condition
ObjectDisposedException

this IWpfTextViewLine has been disposed.

.NET Framework Security

See Also

Reference

IWpfTextViewLine Interface

Microsoft.VisualStudio.Text.Formatting Namespace