Appearance
Wisej.Web.Appearance
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Specifies whether a CheckBox or RadioButton are displayed using the "button" or "switch" appearance keys or their default appearance.
If the application has set the property AppearanceKey, changing the Appearance of a CheckBox or RadioButton has no effect. The AppearanceKey property set by the application has the priority.
Fields
Name | Description |
---|---|
Button | The appearance of a button control. |
Normal | The default appearance of the control. For default appearance key for the CheckBox is "checkbox", for the RadioButton is "radiobutton". |
Switch | The appearance of a toggle switch. |
Used By
Last updated