ClassRadRadialMenu
Represents the RadRadialMenu control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadRadialMenu : Control, IAutomationPeer, IPeerConverter, IRadRadialMenu, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadRadialMenu
Implements:
Inherited Members
Constructors
RadRadialMenu()
Initializes a new instance of the RadRadialMenu class.
Declaration
public RadRadialMenu()
Properties
CanvasPanel
Gets the canvas holding the RadialMenu when used as ContextMenu.
Declaration
public FrameworkElement CanvasPanel { get; }
Property Value
Implements
CentralButton
Gets the central button of the RadialMenu.
Declaration
public FrameworkElement CentralButton { get; }
Property Value
Implements
InnerRingBackground
Gets the InnerRingBackground of the RadialMenu.
Declaration
public FrameworkElement InnerRingBackground { get; }
Property Value
IsContextMenu
Gets the value that indicates whether the RadRadialMenu is used as ContextMenu.
IsOpen
Gets the value that indicates whether the RadRadialMenu is opened.
Items
Gets the list of RadRadialMenuItem items.
Declaration
public IList<IRadRadialMenuItem> Items { get; }
Property Value
Implements
OutterRingBackground
Gets the OutterRingBackground of the RadialMenu.
Declaration
public FrameworkElement OutterRingBackground { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements
ClickRadialMenuItem(string)
Click on RadialMenu item with spesific Header.
Declaration
public void ClickRadialMenuItem(string itemHeader)
Parameters
itemHeader
Implements
ClickTheCentralButton()
Clicks the central button of the RadialMenu and waits for the animation to finish.
Declaration
public void ClickTheCentralButton()
Implements
GetItemNavigationButton(string)
Gets RadRadialMenuItem NavigationButton. If no childern are found null is returned.
Declaration
public INavigationItemButton GetItemNavigationButton(string itemHeader)
Parameters
itemHeader
The Header of the RadRadialMenuItem.
Returns
Implements
GetRadialMenuItemByHeader(string)
Gets a RadialMenu by given Header.
Declaration
public IRadRadialMenuItem GetRadialMenuItemByHeader(string itemHeader)
Parameters
itemHeader
The Header of the RadRadialMenuItem.
Returns
Implements
GoToItemChildren(string)
Click RadRadialMenuItems Navigation button in order to display its children.
Declaration
public void GoToItemChildren(string itemHeader)
Parameters
itemHeader
The Header of the RadRadialMenuItem.
Implements
IsItemHighlighted(string)
Checks if RadRadialMenuItem with spesific Header is highlighted
IsItemSelected(string)
Checks if RadRadialMenuItem with spesific Header is selected