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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.