[]
        
(Showing Draft Content)

C1.Win.Input.Styles.CheckBoxBaseStyles

CheckBoxBaseStyles Class

The CheckBoxBaseStyles class represents the styles for the C1CheckBox or C1RadioButton controls which contains display attributes that determine the appearance of controls.

Namespace: C1.Win.Input.Styles
Assembly: C1.Win.Input.8.dll
Syntax
public abstract class CheckBoxBaseStyles : FocusedBaseStyles, INotifyPropertyChanged, IDisposable

Properties

Name Description
Button

Gets style containing display attributes that determine the general appearance of the element in the button appearance.

Normal

Gets style containing display attributes that determine the general appearance of the element in the normal appearance.

Methods

Name Description
ResetButton()

Restores the default value of the Button property.

ResetNormal()

Restores the default value of the Normal property.

ShouldSerializeButton()

Specifies whether to save the value of the Button property.

ShouldSerializeNormal()

Specifies whether to save the value of the Normal property.