[]
        
(Showing Draft Content)

C1.Win.Input.Styles.CheckBoxStyle

CheckBoxStyle Class

The CheckBoxStyle class represents the checkbox element style.

Namespace: C1.Win.Input.Styles
Assembly: C1.Win.Input.8.dll
Syntax
public class CheckBoxStyle : BaseC1FrameworkStyle, INotifyPropertyChanged, IDisposable

Properties

Name Description
Border

Gets or sets the thickness of the border around the element.

Glyph

Gets style containing display attributes that determine the general appearance of the glyph.

Text

Gets style containing display attributes that determine the general appearance of the text.

Methods

Name Description
ResetBorder()

Restores the default value of the Border property.

ResetGlyph()

Restores the default value of the Glyph property.

ResetText()

Restores the default value of the Text property.

ShouldSerializeBorder()

Specifies whether to save the value of the Border property.

ShouldSerializeGlyph()

Specifies whether to save the value of the Glyph property.

ShouldSerializeText()

Specifies whether to save the value of the Text property.