[]
        
(Showing Draft Content)

C1.Win.Input.Styles.ButtonStyles

ButtonStyles Class

The ButtonStyles class represents the styles for the C1Button 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 ButtonStyles : ButtonBaseStyles, INotifyPropertyChanged, IDisposable

Constructors

Name Description
ButtonStyles()

Initializes a new instance of the ButtonStyles.

Properties

Name Description
Accent

Gets a style containing display attributes that determine the overall appearance of the C1Button when the ButtonType property has the Accent value.

Subtle

Gets a style containing display attributes that determine the overall appearance of the C1Button when the ButtonType property has the Subtle value.

Methods

Name Description
ResetAccent()

Restores the default value of the Accent property.

ResetSubtle()

Restores the default value of the Subtle property.

ShouldSerializeAccent()

Specifies whether to save the value of the Accent property.

ShouldSerializeSubtle()

Specifies whether to save the value of the Subtle property.