Class
NavigateContext

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

RadialMenuItem

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

RadialMenuItem

MenuItemTarget

Gets the current RadialMenuItem that has triggered NavigateCommand execution.

Declaration

cs-api-definition
public RadialMenuItem MenuItemTarget { get; }

Property Value

RadialMenuItem

StartAngle

Gets or sets the start angle that menu items will start to reorder from.

Declaration

cs-api-definition
public double StartAngle { get; set; }

Property Value

double