[]
        
(Showing Draft Content)

C1.Win.Input.Styles.InputStyles

InputStyles Class

The base InputStyles class represents the styles of C1Input controls.

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

Properties

Name Description
Font

Gets or sets the text font of the element.

Margins

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

Padding

Gets or sets the thickness of the padding between the element edges and its content.

Methods

Name Description
ResetFont()

Restores the default value of the Font property.

ResetMargins()

Restores the default value of the Margins property.

ResetPadding()

Restores the default value of the Padding property.

ShouldSerializeFont()

Specifies whether to save the value of the Font property.

ShouldSerializeMargins()

Specifies whether to save the value of the Margins property.

ShouldSerializePadding()

Specifies whether to save the value of the Padding property.