IWpfTextViewLine.VisibleArea Property

Definition

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

public:
 property System::Windows::Rect VisibleArea { System::Windows::Rect get(); };
public System.Windows.Rect VisibleArea { get; }
member this.VisibleArea : System.Windows.Rect
Public ReadOnly Property VisibleArea As Rect

Property Value

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

Exceptions

this IWpfTextViewLine has been disposed.

Applies to