Class RadialMenuCommands
Represents the RadRadialMenu commands for showing and hiding when used as context menu.
Inheritance
System.Object
RadialMenuCommands
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public static class RadialMenuCommands
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. |