Share via


ActivatingKeyTipEventArgs.KeyTipHorizontalPlacement Property

Gets or sets the horizontal placement for the KeyTip relative to the placement target element.

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

Syntax

'Declaration
Public Property KeyTipHorizontalPlacement As KeyTipHorizontalPlacement
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)

Property Value

Type: Microsoft.Windows.Controls.KeyTipHorizontalPlacement
The horizontal placement for the KeyTip relative to the placement target element.

.NET Framework Security

See Also

Reference

ActivatingKeyTipEventArgs Class

Microsoft.Windows.Controls Namespace