Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.