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
- 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.