ClassRadialMenuItemControl
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:
public class RadialMenuItemControl : RadControl
Inheritance: objectRadControlRadialMenuItemControl
Inherited Members
Constructors
RadialMenuItemControl()
Initializes a new instance of the RadialMenuItemControl class.
Declaration
public RadialMenuItemControl()
Fields
HeaderProperty
Identifies the Header dependency property.
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
DependencyProperty
IconContentProperty
Identifies the IconContent dependency property.
Declaration
public static readonly DependencyProperty IconContentProperty
Field Value
DependencyProperty
Properties
Header
Gets or sets the visual header of the current RadialMenuItem.
IconContent
Gets or sets the visual icon content of the current RadialMenuItem.
Methods
ComposeVisualStateName()
Builds the current visual state for this instance.
Declaration
protected override string ComposeVisualStateName()
Returns
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
OnKeyDown(KeyRoutedEventArgs)
Called before the KeyDown event occurs.
Declaration
protected override void OnKeyDown(KeyRoutedEventArgs e)
Parameters
e
KeyRoutedEventArgs
The data for the event.