Share via


ActivatingKeyTipEventArgs.KeyTipVerticalOffset Property

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

See Also

Reference

ActivatingKeyTipEventArgs Class

Microsoft.Windows.Controls Namespace