Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.1 KB

candidatewindowboundschangedeventargs_bounds.md

File metadata and controls

24 lines (17 loc) · 1.1 KB
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.CandidateWindowBoundsChangedEventArgs.Bounds
winrt property

Microsoft.UI.Xaml.Controls.CandidateWindowBoundsChangedEventArgs.Bounds

-description

Gets the Rect that defines the size and location of the Input Method Editor (IME) window, in the coordinate space of the text edit control.

-property-value

The Rect that defines the size and location of the Input Method Editor (IME) window

-remarks

This property gets a Rect that defines the size and location of the Input Method Editor (IME), in the coordinate space of the text control (upper left hand corner). This is (0,0,0,0) if there is no window, or if the Input Method Editor (IME) is aligned to the Soft Input Panel (SIP).

-examples

-see-also

TextBox.CandidateWindowBoundsChanged, RichEditBox.CandidateWindowBoundsChanged