[]
        
(Showing Draft Content)

C1.Win.Input.Styles.LabelStyles

LabelStyles Class

The CheckBoxStyles class represents the styles for the C1Label control which contains display attributes that determine the appearance of control.

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

Properties

Name Description
Border

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

Corners

Gets or sets the radii of the element corners.

Default

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

Disabled

Gets style containing display attributes that determine the general appearance of the disabled element on the screen.

Methods

Name Description
ResetBorder()

Restores the default value of the Border property.

ResetCorners()

Restores the default value of the Corners property.

ResetDefault()

Restores the default value of the Default property.

ResetDisabled()

Restores the default value of the Disabled property.

ShouldSerializeBorder()

Specifies whether to save the value of the Border property.

ShouldSerializeCorners()

Specifies whether to save the value of the Corners property.

ShouldSerializeDefault()

Specifies whether to save the value of the Default property.

ShouldSerializeDisabled()

Specifies whether to save the value of the Disabled property.