Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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