ClassNavigateContext
Class
Represents a context, passed to the command associated with menu opening.
Definition
Namespace:Telerik.UI.Xaml.Controls.Navigation.Menu
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class NavigateContext
Inheritance: objectNavigateContext
Constructors
NavigateContext(RadialMenuItem)
Initializes a new instance of the NavigateContext class.
Declaration
cs-api-definition
public NavigateContext(RadialMenuItem menuItem)
Parameters
menuItem
The desired menu item.
Properties
MenuItemSource
Gets the previous (if any) RadialMenuItem that has triggered NavigateCommand execution.
Declaration
cs-api-definition
public RadialMenuItem MenuItemSource { get; }
Property Value
MenuItemTarget
Gets the current RadialMenuItem that has triggered NavigateCommand execution.
Declaration
cs-api-definition
public RadialMenuItem MenuItemTarget { get; }
Property Value
StartAngle
Gets or sets the start angle that menu items will start to reorder from.