Class
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:

cs-api-definition
public class MenuToolTipEventArgs : CancelRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsMenuToolTipEventArgs

Inherited Members CancelRoutedEventArgs.Cancel

Constructors

MenuToolTipEventArgs()

Initializes a new instance of the MenuToolTipEventArgs class.

Declaration

cs-api-definition
public MenuToolTipEventArgs()

MenuToolTipEventArgs(RoutedEvent)

Initializes a new instance of the MenuToolTipEventArgs class.

Declaration

cs-api-definition
public MenuToolTipEventArgs(RoutedEvent routedEvent)

Parameters

routedEvent

RoutedEvent

The routed event identifier.

MenuToolTipEventArgs(RoutedEvent, object)

Initializes a new instance of the MenuToolTipEventArgs class.

Declaration

cs-api-definition
public MenuToolTipEventArgs(RoutedEvent routedEvent, object source)

Parameters

routedEvent

RoutedEvent

The routed event identifier.

source

object

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

cs-api-definition
public double HorizontalOffset { get; set; }

Property Value

double

OuterRadius

Gets the value for OuterRadius in the RadRadialMenu .

Declaration

cs-api-definition
public double OuterRadius { get; }

Property Value

double

Placement

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

Declaration

cs-api-definition
public PlacementMode Placement { get; set; }

Property Value

PlacementMode

VerticalOffset

Gets and sets the vertical offset for the MenuToolTip placement.

Declaration

cs-api-definition
public double VerticalOffset { get; set; }

Property Value

double