Class MenuToolTipEventArgs
Contains state information and event data associated with a PreviewToolTipOpenEvent routed event.
Inherited Members
Namespace: Telerik.Windows.Controls.RadialMenu
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class MenuToolTipEventArgs : CancelRoutedEventArgs
Constructors
MenuToolTipEventArgs()
Initializes a new instance of the MenuToolTipEventArgs class.
Declaration
public MenuToolTipEventArgs()
MenuToolTipEventArgs(RoutedEvent)
Initializes a new instance of the MenuToolTipEventArgs class.
Declaration
public MenuToolTipEventArgs(RoutedEvent routedEvent)
Parameters
RoutedEvent
routedEvent
The routed event identifier. |
MenuToolTipEventArgs(RoutedEvent, Object)
Initializes a new instance of the MenuToolTipEventArgs class.
Declaration
public MenuToolTipEventArgs(RoutedEvent routedEvent, object source)
Parameters
RoutedEvent
routedEvent
The routed event identifier. |
System.Object
source
An alternate source that will be reported when the event is handled. |
Properties
HorizontalOffset
Gets and sets the horizontal offset for the MenuToolTip placement.
Declaration
public double HorizontalOffset { get; set; }
Property Value
System.Double
|
OuterRadius
Gets the value for OuterRadius in the RadRadialMenu .
Declaration
public double OuterRadius { get; }
Property Value
System.Double
|
Placement
Gets and sets the position where the MenuToolTip control appears on the RadRadialMenu control.
Declaration
public PlacementMode Placement { get; set; }
Property Value
PlacementMode
|
VerticalOffset
Gets and sets the vertical offset for the MenuToolTip placement.
Declaration
public double VerticalOffset { get; set; }
Property Value
System.Double
|