Button
Constructors
Description
Creates a new Button control.
Members
Description
Gets or sets whether the button has a border around it.
Description
Gets or sets the buttons availability and visual presentation to the user. When set to false the button is grayed out and does not respond to clicks. The default is true.
Description
Gets or sets the associated image to be displayed on the button. This can be a named icon resource for the OS, or a URL to an image (including the app:// schema).
Description
Gets or sets whether the button is "on" or "off". This has different meanings depending on the type of button, for radio, checkbox and toggle type buttons this changes its visual style. This has no meaning (visually) for normal buttons. The default is false.
Description
Gets or sets the text label on the button.
Description
Gets or sets the type of button, this can be "toggle", "checkbox", "radio" or "normal".