Appearance

Wisej.Web.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

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

NameDescription

Returns or sets the value that determines the appearance of a CheckBox control.

Returns or sets the value that determines the appearance of a CheckBox control.

Last updated