CandidateWindowAlignment
CandidateWindowAlignment
CandidateWindowAlignment
CandidateWindowAlignment
Enum
Definition
Defines constants that specify how the Input Method Editor (IME) window for text predictions is aligned with a text edit control.
public : enum class CandidateWindowAlignmentpublic enum CandidateWindowAlignmentPublic Enum CandidateWindowAlignment// This API is not available in Javascript.
<object property="enumMemberName"/>
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| BottomEdge BottomEdge BottomEdge BottomEdge | When the hardware keyboard is used, the Input Method Editor (IME) aligns to the bottom edge and left side of the text edit control. When the Soft Input Panel (SIP) is used, the Input Method Editor (IME) is docked to the Soft Input Panel (SIP). |
| Default Default Default Default | When the hardware keyboard is used, the Input Method Editor (IME) follows the cursor. When the Soft Input Panel (SIP) is used, the Input Method Editor (IME) is docked to the Soft Input Panel (SIP). |
Remarks
This enumeration is used by the TextBox.DesiredCandidateWindowAlignment and RichEditBox.DesiredCandidateWindowAlignment properties.