MenuToolTipEventArgs
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
Initializes a new instance of the MenuToolTipEventArgs class.
public MenuToolTipEventArgs()
Initializes a new instance of the MenuToolTipEventArgs class.
public MenuToolTipEventArgs(RoutedEvent routedEvent, object source)
The routed event identifier.
sourceobjectAn alternate source that will be reported when the event is handled.
Initializes a new instance of the MenuToolTipEventArgs class.
public MenuToolTipEventArgs(RoutedEvent routedEvent)
The routed event identifier.
Properties
Gets and sets the horizontal offset for the MenuToolTip placement.
public double HorizontalOffset { get; set; }
Gets the value for OuterRadius in the RadRadialMenu .
public double OuterRadius { get; }
Placement
PlacementMode
Gets and sets the position where the MenuToolTip control appears on the RadRadialMenu control.
public PlacementMode Placement { get; set; }
Gets and sets the vertical offset for the MenuToolTip placement.
public double VerticalOffset { get; set; }