Share via


ActivatingKeyTipEventArgs.KeyTipHorizontalOffset Property

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

See Also

Reference

ActivatingKeyTipEventArgs Class

Microsoft.Windows.Controls Namespace