Udostępnij za pośrednictwem


CoreInputViewTransferringXYFocusEventArgs.Origin Property

Definition

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.

Applies to

See also