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.

Definition

Namespace:Telerik.Windows.Controls.RadialMenu

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class RadialMenuButton : Button

Inheritance: objectRadialMenuButton

Constructors

RadialMenuButton()

Initializes a new instance of the RadialMenuButton class.

Declaration

cs-api-definition
public RadialMenuButton()

Fields

BackContentTemplateProperty

Identifies the BackContentTemplate dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty BackContentTemplateProperty

Field Value

DependencyProperty

Properties

BackContentTemplate

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

Declaration

cs-api-definition
public DataTemplate BackContentTemplate { get; set; }

Property Value

DataTemplate

Methods

OnApplyTemplate()

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

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnCreateAutomationPeer()

Creates a RadialMenuButtonAutomationPeer.

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

ResetTheme()

Resets the theme.

Declaration

cs-api-definition
public void ResetTheme()