ClassMenuToolTipEventArgs
Contains state information and event data associated with a PreviewToolTipOpenEvent routed event.
Definition
Namespace:Telerik.Windows.Controls.RadialMenu
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class MenuToolTipEventArgs : CancelRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsMenuToolTipEventArgs
Inherited Members
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.
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.
OuterRadius
Gets the value for OuterRadius in the RadRadialMenu .
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.