CandidateWindowBoundsChangedEventArgs.Bounds Property

Definition

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.

public:
 property Rect Bounds { Rect get(); };
Rect Bounds();
public Rect Bounds { get; }
var rect = candidateWindowBoundsChangedEventArgs.bounds;
Public ReadOnly Property Bounds As Rect

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).

Applies to

See also