From 64a4f32b5bb6a83ccf545a4e240de472708e1e65 Mon Sep 17 00:00:00 2001 From: KrithikaGanesan Date: Fri, 17 Oct 2025 19:00:21 +0530 Subject: [PATCH 1/2] 985360: Updated ReadMe file of this repository --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index caf7d82..f2df777 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ # Button - Demo Samples -This repository contains samples that demonstrate built-in functionalities of Button control. +This repository contains a collection of sample projects that demonstrate the built-in functionalities of the Syncfusion WPF Button control. The Button control is a versatile UI element used to trigger actions, submit forms, or interact with users in various ways. Syncfusion’s enhanced Button control offers additional features such as image support, size modes, command binding, and styling options that make it suitable for modern WPF applications. + +## Samples Included + +* **Getting Started** + This demo explains how to add the Button control to a WPF application and showcases its basic features. It includes examples of setting image sizing options, adjusting button size modes, and customizing appearance. + + **MVVM Command Binding** + This sample demonstrates how to use MVVM architecture to bind commands to the Button control. It shows how to execute actions when the button is clicked, using ICommand implementations in the ViewModel. + +These examples are designed to help developers quickly understand how to integrate and use the Button control in real-world WPF applications. + +Whether you're building simple forms or complex interactive interfaces, these samples provide a solid foundation for using Syncfusion's Button control effectively. -* **Getting Started** - This demo explains how to add button control and its basic features like image sizing options and size modes to an application here. -* **MVVM Command Binding** - This demo explains how to provide command binding for button control to perform any action while pressing the Button. From 2fcd71a0adeed6cf423ce5ea3e5ddf0f3eed1ddd Mon Sep 17 00:00:00 2001 From: Manivannan-E <92844213+Manivannan-E@users.noreply.github.com> Date: Fri, 14 Nov 2025 16:36:07 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f2df777..f488016 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,24 @@ -# Button - Demo Samples +# WPF Button - Demo Samples +## Overview +This repository contains a collection of sample projects that demonstrate the built-in functionalities of the Syncfusion WPF Button control. The Button control is a versatile UI element used to trigger actions, submit forms, or interact with users in various ways. Syncfusion’s enhanced Button control offers additional features such as: +- Image support +- Size modes +- Command binding +- Styling options -This repository contains a collection of sample projects that demonstrate the built-in functionalities of the Syncfusion WPF Button control. The Button control is a versatile UI element used to trigger actions, submit forms, or interact with users in various ways. Syncfusion’s enhanced Button control offers additional features such as image support, size modes, command binding, and styling options that make it suitable for modern WPF applications. +These features make it suitable for modern WPF applications. ## Samples Included +**Samples/Getting-Started** -* **Getting Started** - This demo explains how to add the Button control to a WPF application and showcases its basic features. It includes examples of setting image sizing options, adjusting button size modes, and customizing appearance. +This demo explains how to add the Button control to a WPF application and showcases its basic features. It includes examples of: +- Setting image sizing options +- Adjusting button size modes +- Customizing appearance - **MVVM Command Binding** - This sample demonstrates how to use MVVM architecture to bind commands to the Button control. It shows how to execute actions when the button is clicked, using ICommand implementations in the ViewModel. +**Samples/MVVM** -These examples are designed to help developers quickly understand how to integrate and use the Button control in real-world WPF applications. - -Whether you're building simple forms or complex interactive interfaces, these samples provide a solid foundation for using Syncfusion's Button control effectively. +This sample demonstrates how to use MVVM architecture to bind commands to the Button control. It shows how to execute actions when the button is clicked using ICommand implementations in the ViewModel. +## Why These Samples? +These examples help developers quickly understand how to integrate and use the Button control in real-world WPF applications. Whether you're building simple forms or complex interactive interfaces, these samples provide a solid foundation for using Syncfusion's Button control effectively.