Skip to main content
Version: 3.5

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.

public enum Appearance : 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

NameDescription
ButtonThe appearance of a button control.
NormalThe default appearance of the control. For default appearance key for the CheckBox is "checkbox", for the RadioButton is "radiobutton".
SwitchThe appearance of a toggle switch.

Used By

NameDescription
CheckBox.AppearanceReturns or sets the value that determines the appearance of a CheckBox control.
RadioButton.AppearanceReturns or sets the value that determines the appearance of a CheckBox control.