Compartir a través de


PlacementAdapter.SetNudgePlacements (Método) (ModelItem, NudgeIntent, RelativeValueCollection)

Asigna la colección de posiciones especificada para mover los controles durante los desplazamientos del teclado.

Espacio de nombres:  Microsoft.Windows.Design.Interaction
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
Public Overridable Sub SetNudgePlacements ( _
    item As ModelItem, _
    intent As NudgeIntent, _
    placement As RelativeValueCollection _
)
public virtual void SetNudgePlacements(
    ModelItem item,
    NudgeIntent intent,
    RelativeValueCollection placement
)
public:
virtual void SetNudgePlacements(
    ModelItem^ item, 
    NudgeIntent intent, 
    RelativeValueCollection^ placement
)
abstract SetNudgePlacements : 
        item:ModelItem * 
        intent:NudgeIntent * 
        placement:RelativeValueCollection -> unit 
override SetNudgePlacements : 
        item:ModelItem * 
        intent:NudgeIntent * 
        placement:RelativeValueCollection -> unit 
public function SetNudgePlacements(
    item : ModelItem, 
    intent : NudgeIntent, 
    placement : RelativeValueCollection
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

PlacementAdapter Clase

SetNudgePlacements (Sobrecarga)

Microsoft.Windows.Design.Interaction (Espacio de nombres)

ModelItem

NudgeIntent

AdornerPlacementCollection

AdornerPanel

Otros recursos

Tutorial: Crear un adorno en tiempo de diseño

Arquitectura de los adornos