Customizing Button Styles
This article describes how to customize the buttons appearance by modifying their styles.
To customize the button styles, you can define a Style
object and set the needed button properties.
To modify the template of a button, you can set the Template
property.
The following example shows how to define implicit styles for all available RadButton elements. An implicit style is a Style
object without its x:Key
set, which will apply it to all elements of the corresponding TargetType
in the style's scope.
Implicit styles for the RadButton elements
Style
to a specific button instance, you can set its x:Key
and then assign the Style
property of the button.
An explicit style for assigned to a RadButton element
ControlTemplate
of a button, you can open the Telerik.Windows.Controls.xaml file and copy the template of the corresponding button in your project, and then change it as needed.