RadialMenuCommands
Class
Provides static commands for controlling the visibility of a RadRadialMenu. This class includes commands for showing and hiding the RadRadialMenu. Each command is represented by a RoutedUICommand and can be used to manage the user interface interactively.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public static class RadialMenuCommands
Inheritance: objectRadialMenuCommands
Properties
Hide
RoutedUICommand
Gets value that represents the hide RadRadialMenu command.
C#
public static RoutedUICommand Hide { get; }
The Hide command.
Show
RoutedUICommand
Gets value that represents the show RadRadialMenu command.
C#
public static RoutedUICommand Show { get; }
The Show command.