XamlSourceFocusNavigationRequest.HintRect Property

Definition

Gets the bounding rectangle used to identify the focus candidates most likely to receive navigation 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 used to identify the focus candidates most likely to receive navigation focus.

Applies to