Name | Type | Default | Description |
ClickMode | ClickMode | ClickMode.Release | Determines the click mode for the element. |
Content | object | "" | Sets the content of the element. |
Disabled | bool | false | Enables or disables the button. |
InnerHTML | string | "" | Sets the inner HTML of the element. |
Locale | string | "en" | Sets or gets the language. Used in conjunction with the property messages. |
Messages | object | N/A | Sets or gets an object specifying strings used in the widget that can be localized. Used in conjunction with the property locale. |
Name | string | "" | Sets or gets the name attribute for the element. Name is used when submiting HTML forms. |
Readonly | bool | false | If the custom element is readonly, it cannot be interacted with. |
RightToLeft | bool | false | Sets or gets the value indicating whether the element is aligned to support locales using right-to-left fonts. |
Theme | string | "" | Determines the theme. Theme defines the look of the element |
Type | string | "Reset" | Sets or gets the type of the button. |
Value | string | "" | Sets or gets the button's value. |
Unfocusable | bool | false | If is set to true, the element cannot be focused. |