IWpfTextViewLine.VisibleArea 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 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.