NudgeIntent Enumeration
An enumeration that indicates the method a PlacementAdapter uses to move controls during keyboard nudges.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public Enumeration NudgeIntent
'Usage
Dim instance As NudgeIntent
public enum NudgeIntent
public enum class 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