ClassRadialMenuCommands
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:
cs-api-definition
public static class RadialMenuCommands
Inheritance: objectRadialMenuCommands
Properties
Hide
Gets value that represents the hide RadRadialMenu command.
Declaration
cs-api-definition
public static RoutedUICommand Hide { get; }
Property Value
RoutedUICommand
The Hide command.
Show
Gets value that represents the show RadRadialMenu command.
Declaration
cs-api-definition
public static RoutedUICommand Show { get; }
Property Value
RoutedUICommand
The Show command.