Share via


ActivatingKeyTipEventArgs.KeyTipVerticalPlacement Property

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

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

Syntax

'Declaration
Public Property KeyTipVerticalPlacement As KeyTipVerticalPlacement
public KeyTipVerticalPlacement KeyTipVerticalPlacement { get; set; }
public:
property KeyTipVerticalPlacement KeyTipVerticalPlacement {
    KeyTipVerticalPlacement get ();
    void set (KeyTipVerticalPlacement value);
}
member KeyTipVerticalPlacement : KeyTipVerticalPlacement with get, set
function get KeyTipVerticalPlacement () : KeyTipVerticalPlacement
function set KeyTipVerticalPlacement (value : KeyTipVerticalPlacement)

Property Value

Type: Microsoft.Windows.Controls.KeyTipVerticalPlacement
The vertical placement for the KeyTip relative to the placement target element.

.NET Framework Security

See Also

Reference

ActivatingKeyTipEventArgs Class

Microsoft.Windows.Controls Namespace