Class
RadialMenuItemControl

Represents the custom Control implementation used to visualize a RadialMenuItem and its children.

Definition

Namespace:Telerik.UI.Xaml.Controls.Navigation.Menu

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class RadialMenuItemControl : RadControl

Inheritance: objectRadControlRadialMenuItemControl

Inherited Members RadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.OnApplyTemplate()RadControl.UnapplyTemplateCore()RadControl.OnIsEnabledChanged(bool, bool)RadControl.OnTemplateApplied()RadControl.ApplyTemplateCore()RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

Constructors

RadialMenuItemControl()

Initializes a new instance of the RadialMenuItemControl class.

Declaration

cs-api-definition
public RadialMenuItemControl()

Fields

HeaderProperty

Identifies the Header dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderProperty

Field Value

DependencyProperty

IconContentProperty

Identifies the IconContent dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IconContentProperty

Field Value

DependencyProperty

Properties

Header

Gets or sets the visual header of the current RadialMenuItem.

Declaration

cs-api-definition
public object Header { get; set; }

Property Value

object

IconContent

Gets or sets the visual icon content of the current RadialMenuItem.

Declaration

cs-api-definition
public object IconContent { get; set; }

Property Value

object

Methods

ComposeVisualStateName()

Builds the current visual state for this instance.

Declaration

cs-api-definition
protected override string ComposeVisualStateName()

Returns

string

Overrides RadControl.ComposeVisualStateName()

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

Overrides RadControl.OnCreateAutomationPeer()

OnKeyDown(KeyRoutedEventArgs)

Called before the KeyDown event occurs.

Declaration

cs-api-definition
protected override void OnKeyDown(KeyRoutedEventArgs e)

Parameters

e

KeyRoutedEventArgs

The data for the event.