PlacementAdapter.SetNudgePlacements (Método) (ModelItem, NudgeIntent, array<RelativeValue )
Asigna la matriz 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, _
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[]
)
Parámetros
- item
Tipo: Microsoft.Windows.Design.Model.ModelItem
ModelItem que se va colocar.
- intent
Tipo: Microsoft.Windows.Design.Interaction.NudgeIntent
Objeto NudgeIntent que especifica la intención de esta llamada de ubicación.
- positions
Tipo: array<Microsoft.Windows.Design.Interaction.RelativeValue[]
Matriz de las posiciones que se van a establecer.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
SetNudgePlacements (Sobrecarga)
Microsoft.Windows.Design.Interaction (Espacio de nombres)