Propriedade ActivatingKeyTipEventArgs.KeyTipHorizontalPlacement
Obtém ou define o posicionamento horizontal para a KeyTip em relação ao elemento de posicionamento de destino.
Namespace: Microsoft.Windows.Controls
Assembly: RibbonControlsLibrary (em RibbonControlsLibrary.dll)
Sintaxe
'Declaração
Public Property KeyTipHorizontalPlacement As KeyTipHorizontalPlacement
Get
Set
public KeyTipHorizontalPlacement KeyTipHorizontalPlacement { get; set; }
public:
property KeyTipHorizontalPlacement KeyTipHorizontalPlacement {
KeyTipHorizontalPlacement get ();
void set (KeyTipHorizontalPlacement value);
}
member KeyTipHorizontalPlacement : KeyTipHorizontalPlacement with get, set
function get KeyTipHorizontalPlacement () : KeyTipHorizontalPlacement
function set KeyTipHorizontalPlacement (value : KeyTipHorizontalPlacement)
Valor de propriedade
Tipo: Microsoft.Windows.Controls.KeyTipHorizontalPlacement
O posicionamento horizontal para a KeyTip em relação ao elemento de posicionamento de destino.
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.