Método PlacementAdapter.SetNudgePlacements (ModelItem, NudgeIntent, RelativeValueCollection)
Atribui o conjunto especificado de posições para mover os controles durante a atenção do teclado.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
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
- item
Tipo: Microsoft.Windows.Design.Model.ModelItem
O ModelItem a posição.
- intent
Tipo: Microsoft.Windows.Design.Interaction.NudgeIntent
A NudgeIntent que especifica a intenção desta chamada de posicionamento.
- placement
Tipo: Microsoft.Windows.Design.Interaction.RelativeValueCollection
Uma coleção de cargos de posicionamento para definir.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Sobrecargas SetNudgePlacements
Namespace Microsoft.Windows.Design.Interaction