Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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