Partager via


PlacementAdapter.SetNudgePlacements, méthode (ModelItem, NudgeIntent, array<RelativeValue )

Assigne le tableau de positions spécifié pour déplacer des contrôles pendant les repositionnements au clavier.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public Overridable Sub SetNudgePlacements ( _
    item As ModelItem, _
    intent As NudgeIntent, _
    positions As RelativeValue() _
)
public virtual void SetNudgePlacements(
    ModelItem item,
    NudgeIntent intent,
    RelativeValue[] positions
)
public:
virtual void SetNudgePlacements(
    ModelItem^ item, 
    NudgeIntent intent, 
    array<RelativeValue>^ positions
)
abstract SetNudgePlacements : 
        item:ModelItem * 
        intent:NudgeIntent * 
        positions:RelativeValue[] -> unit 
override SetNudgePlacements : 
        item:ModelItem * 
        intent:NudgeIntent * 
        positions:RelativeValue[] -> unit 
public function SetNudgePlacements(
    item : ModelItem, 
    intent : NudgeIntent, 
    positions : RelativeValue[]
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

PlacementAdapter Classe

SetNudgePlacements, surcharge

Microsoft.Windows.Design.Interaction, espace de noms

ModelItem

NudgeIntent

AdornerPlacementCollection

AdornerPanel

Autres ressources

Procédure pas à pas : création d'un ornement au moment du design

Architecture d'ornement