Class RadialMenuCommands
Represents the RadRadialMenu commands for showing and hiding when used as context menu.
Inheritance
System.Object
RadialMenuCommands
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public static class RadialMenuCommands : Object
Properties
Hide
Gets value that represents the hide RadRadialMenu command.
Declaration
public static RoutedUICommand Hide { get; }
Property Value
System.Windows.Input.RoutedUICommand
The Hide command. |
Show
Gets value that represents the show RadRadialMenu command.
Declaration
public static RoutedUICommand Show { get; }
Property Value
System.Windows.Input.RoutedUICommand
The Show command. |