XamlSourceFocusNavigationRequest.HintRect Property

Definition

Gets the bounding rectangle of the element in the desktop application that is losing focus (that is, the element that had focus before the DesktopWindowXamlSource received focus).

public:
 property Rect HintRect { Rect get(); };
Rect HintRect();
public Rect HintRect { get; }
var rect = xamlSourceFocusNavigationRequest.hintRect;
Public ReadOnly Property HintRect As Rect

Property Value

The bounding rectangle that is losing focus.

Remarks

For more information about this property, see the XamlSourceFocusNavigationRequest constructor.

Applies to