Freigeben über


ActivatingKeyTipEventArgs.KeyTipHorizontalPlacement-Eigenschaft

Ruft die horizontale Position des KeyTip relativ zum Platzierungszielelement ab oder legt sie fest.

Namespace:  Microsoft.Windows.Controls
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Microsoft.Windows.Controls.KeyTipHorizontalPlacement
Die horizontale Position des KeyTip relativ zum Platzierungszielelement.

.NET Framework-Sicherheit

Siehe auch

Referenz

ActivatingKeyTipEventArgs Klasse

Microsoft.Windows.Controls-Namespace