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