Sdílet prostřednictvím


PlacementAdapter.SetNudgePlacements – metoda (ModelItem, NudgeIntent, array<RelativeValue )

Určené pole pozice pro přesun prvků během šťouchnutí klávesnice přiřadí.

Obor názvů:  Microsoft.Windows.Design.Interaction
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Deklarace
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[]
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

PlacementAdapter Třída

SetNudgePlacements – přetížení

Microsoft.Windows.Design.Interaction – obor názvů

ModelItem

NudgeIntent

AdornerPlacementCollection

AdornerPanel

Další zdroje

Walkthrough: Creating a Design-time Adorner

Adorner Architecture