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 offset from the specified horizontal placement.
Namespace: Microsoft.Windows.Controls
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property KeyTipHorizontalOffset As Double
public double KeyTipHorizontalOffset { get; set; }
public:
property double KeyTipHorizontalOffset {
double get ();
void set (double value);
}
member KeyTipHorizontalOffset : float with get, set
function get KeyTipHorizontalOffset () : double
function set KeyTipHorizontalOffset (value : double)
Property Value
Type: System.Double
The amount to offset the KeyTip horizontally.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The property is set to a value that either evaluates to negative or positive infinity, or is not a number. |
.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.