Appearance
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies whether a CheckBox or RadioButton are displayed using the "button" or "switch" appearance keys or their default appearance.
- C#
- VB.NET
public enum Appearance : Enum
Public Enum Appearance As [Enum]
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
| Name | Description |
|---|---|
| CheckBox.Appearance | Returns or sets the value that determines the appearance of a CheckBox control. |
| RadioButton.Appearance | Returns or sets the value that determines the appearance of a CheckBox control. |