Class RadialMenuButton
Represents the button control used to open the RadRadialMenu component. It is also used as a back button when navigating through the item children.
Inheritance
Namespace: Telerik.Windows.Controls.RadialMenu
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class RadialMenuButton : Button, IThemable
Constructors
RadialMenuButton()
Fields
BackContentTemplateProperty
Identifies the BackContentTemplate dependency property.
Declaration
public static readonly DependencyProperty BackContentTemplateProperty
Field Value
System.Windows.DependencyProperty
|
Properties
BackContentTemplate
Gets or set the content of the back state of the RadialButton.
Declaration
public DataTemplate BackContentTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Creates a RadialMenuButtonAutomationPeer.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()