WPF Button (ButtonAdv) Overview
4 May 20211 minute to read
The Button (or ButtonAdv) is a basic button control with image options and multi-line support which is used to design complex forms and applications. The control is shipped with a commanding support that provides compatibility in MVVM design pattern by attaching commands to the control, which will get executed when it gets clicked.
Key features
-
Size Mode - Predefined sizes, such as small, normal and large, can be set to the button.
-
Image - Provides options for loading image in button.
-
Command Binding - Provides support to execute any action on clicking the instance.
-
Multiline - Provides support for displaying multiple lines of text in large button.
-
Checkable - Provides support for clicking the button that looks like the toggle button.
-
Localization - Provides support to customize the text in the user interface based on the local culture.
-
Right-to-left (RTL) - The text direction and layout of the control can be displayed in the right-to-left direction.