Button
A Button is a control you can click to provide input to an application. A button's appearance can change by adjusting its background, foreground, or size, but its behavior can also change if adjustments are made to the actions connected to the click event.
A click event is what happens to the button when it is clicked. For example, by changing the button’s ClickMode property from release to hover, hovering the mouse cursor over the button (as opposed to clicking and releasing the button) produces the intended action.
The Button is a content control; to modify its text or content, use the Content property.
See Common Controls to view the usage and description of the properties for this control.