[]
The base InputEditorStyles class represents the styles of controls with editor.
public abstract class InputEditorStyles : InputStyles, INotifyPropertyChanged, IDisposable
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. |
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. |