New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class MenuToolTipEventArgs : CancelRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsMenuToolTipEventArgs

Inherited Members CancelRoutedEventArgs.Cancel

Constructors

Initializes a new instance of the MenuToolTipEventArgs class.

C#
public MenuToolTipEventArgs()

Initializes a new instance of the MenuToolTipEventArgs class.

C#
public MenuToolTipEventArgs(RoutedEvent routedEvent, object source)
Parameters:routedEventRoutedEvent

The routed event identifier.

sourceobject

An alternate source that will be reported when the event is handled.

Initializes a new instance of the MenuToolTipEventArgs class.

C#
public MenuToolTipEventArgs(RoutedEvent routedEvent)
Parameters:routedEventRoutedEvent

The routed event identifier.

Properties

Gets and sets the horizontal offset for the MenuToolTip placement.

C#
public double HorizontalOffset { get; set; }

Gets the value for OuterRadius in the RadRadialMenu .

C#
public double OuterRadius { get; }

Placement

PlacementMode

Gets and sets the position where the MenuToolTip control appears on the RadRadialMenu control.

C#
public PlacementMode Placement { get; set; }

Gets and sets the vertical offset for the MenuToolTip placement.

C#
public double VerticalOffset { get; set; }