diff --git a/wpf/Domain-UpDown/Appearance-and-Styling.md b/wpf/Domain-UpDown/Appearance-and-Styling.md index 7f7b57e27..3cfe5872e 100644 --- a/wpf/Domain-UpDown/Appearance-and-Styling.md +++ b/wpf/Domain-UpDown/Appearance-and-Styling.md @@ -45,3 +45,113 @@ The AccentBrush property is used to decorate the hot spots of a control with a s {%endhighlight%} {% endtabs %} + +## Customize Up,Down button Style + +We can customize the appearance of the up/down buttons in the [SfDomainUpDown](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Input.SfDomainUpDown.html) control by using the [UpDownStyle](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Input.SfDomainUpDown.html#Syncfusion_Windows_Controls_Input_SfDomainUpDown_UpDownStyle) property. + +This property allows you to apply a custom style and template to the internal SfUpDown control, which hosts the up/down buttons. + +{% tabs %} +{%highlight xaml%} + + + + + + + + + + + + + + + + + + + + + + + +{%endhighlight%} +{% endtabs %} + +![UpDown_Button Customization](Appearance-and-Styling_images/UpDown_Button.png) + +## Theme + +SfDomainUpDown supports various built-in themes. Refer to the below links to apply themes for the SfDomainUpDown, + + * [Apply theme using SfSkinManager](https://help.syncfusion.com/wpf/themes/skin-manager) + + * [Create a custom theme using ThemeStudio](https://help.syncfusion.com/wpf/themes/theme-studio#creating-custom-theme) + +![Setting theme to WPF SfDomainUpDown](Getting-Started_images/SfDomainUpDown_theme_support.png) diff --git a/wpf/Domain-UpDown/Appearance-and-Styling_images/UpDown_Button.png b/wpf/Domain-UpDown/Appearance-and-Styling_images/UpDown_Button.png new file mode 100644 index 000000000..e81aa5aa4 Binary files /dev/null and b/wpf/Domain-UpDown/Appearance-and-Styling_images/UpDown_Button.png differ diff --git a/wpf/Domain-UpDown/Getting-Started.md b/wpf/Domain-UpDown/Getting-Started.md index 583925f56..45821211d 100644 --- a/wpf/Domain-UpDown/Getting-Started.md +++ b/wpf/Domain-UpDown/Getting-Started.md @@ -237,13 +237,3 @@ domainUpDown1.SpinButtonsAlignment = Syncfusion.Windows.Controls.SpinButtonsAlig 3.Both ![SpinButton aligned both](Getting-Started_images/Spin-Button-Alignment_img5.png) - -## Theme - -SfDomainUpDown supports various built-in themes. Refer to the below links to apply themes for the SfDomainUpDown, - - * [Apply theme using SfSkinManager](https://help.syncfusion.com/wpf/themes/skin-manager) - - * [Create a custom theme using ThemeStudio](https://help.syncfusion.com/wpf/themes/theme-studio#creating-custom-theme) - -![Setting theme to WPF SfDomainUpDown](Getting-Started_images/SfDomainUpDown_theme_support.png) \ No newline at end of file