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 vertical offset from the specified vertical placement.
Namespace: Microsoft.Windows.Controls
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property KeyTipVerticalOffset As Double
public double KeyTipVerticalOffset { get; set; }
public:
property double KeyTipVerticalOffset {
double get ();
void set (double value);
}
member KeyTipVerticalOffset : float with get, set
function get KeyTipVerticalOffset () : double
function set KeyTipVerticalOffset (value : double)
Property Value
Type: System.Double
The amount to offset the KeyTip vertically.
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.