CoreInputViewTransferringXYFocusEventArgs.Origin 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 bounding rect of the originally focused element.
public:
property Rect Origin { Rect get(); };
Rect Origin();
public Rect Origin { get; }
var rect = coreInputViewTransferringXYFocusEventArgs.origin;
Public ReadOnly Property Origin As Rect
Property Value
The bounding rect of the focused input pane element for the TryTransferXYFocusToPrimaryView method, or the bounding rect of the focused UI element in the application for the XYFocusTransferringFromPrimaryView event.