New to Telerik UI for WPFStart a free 30-day trial

Represents the button control used to open the RadRadialMenu component. It is also used as a back button when navigating through the item children.

Definition

Namespace:Telerik.Windows.Controls.RadialMenu

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class RadialMenuButton : Button

Inheritance: objectRadialMenuButton

Constructors

Initializes a new instance of the RadialMenuButton class.

C#
public RadialMenuButton()

Fields

BackContentTemplateProperty

DependencyProperty

Identifies the BackContentTemplate dependency property.

C#
public static readonly DependencyProperty BackContentTemplateProperty

Properties

Gets or set the content of the back state of the RadialButton.

C#
public DataTemplate BackContentTemplate { get; set; }

Methods

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .

C#
public override void OnApplyTemplate()

Creates a RadialMenuButtonAutomationPeer.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Resets the theme.

C#
public void ResetTheme()