Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
An enumeration that indicates the method a PlacementAdapter uses to move controls during keyboard nudges.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Enumeration NudgeIntent
public enum NudgeIntent
public enum class NudgeIntent
type NudgeIntent
public enum NudgeIntent
Members
| Member name | Description | |
|---|---|---|
| Left | Indicates that the intent of the placement call is to nudge the control to the left. | |
| Right | Indicates that the intent of the placement call is to nudge the control to the right. | |
| Up | Indicates that the intent of the placement call is to nudge the control upward. | |
| Down | Indicates that the intent of the placement call is to nudge the control downward. |
Remarks
Use NudgeIntent when you call the SetNudgePlacements method.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace