[]
The base InputStyles class represents the styles of C1Input controls.
public abstract class InputStyles : BaseC1FrameworkStyle
| 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. |
| 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. |