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:
public class RadialMenuButton : Button
Inheritance: objectRadialMenuButton
Constructors
Initializes a new instance of the RadialMenuButton class.
public RadialMenuButton()
Fields
BackContentTemplateProperty
DependencyProperty
Identifies the BackContentTemplate dependency property.
public static readonly DependencyProperty BackContentTemplateProperty
Properties
BackContentTemplate
DataTemplate
Gets or set the content of the back state of the RadialButton.
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 .
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
Creates a RadialMenuButtonAutomationPeer.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Resets the theme.
public void ResetTheme()