[]
        
(Showing Draft Content)

C1.Win.Input.Styles.InputEditorStyles

InputEditorStyles Class

The base InputEditorStyles class represents the styles of controls with editor.

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

Properties

Name Description
Border

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

Button

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

Corners

Gets or sets the radii of the element corners.

Underline

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

Methods

Name Description
ResetBorder()

Restores the default value of the Border property.

ResetButton()

Restores the default value of the Button property.

ResetCorners()

Restores the default value of the Corners property.

ResetUnderline()

Restores the default value of the Underline property.

ShouldSerializeBorder()

Specifies whether to save the value of the Border property.

ShouldSerializeButton()

Specifies whether to save the value of the Button property.

ShouldSerializeCorners()

Specifies whether to save the value of the Corners property.

ShouldSerializeUnderline()

Specifies whether to save the value of the Underline property.