[]
The TagEditorCommonStyle class contains display attributes that determine the appearance of C1TagEditoron control on the screen.
public class TagEditorCommonStyle : BaseTagEditorCommonStyle
Name | Description |
---|---|
Corners | Gets or sets the radii of the element corners. |
Disabled | Gets or sets the style to be used when the element is disabled. |
Font | Gets or sets text font of element. |
Hot | Gets or sets the style to be used when the element is hot. |
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 |
---|---|
ApplyToStyle(Style) | Applies style to destination style. |
ResetCorners() | Restores the default value of the Corners property. |
ShouldSerializeCorners() | Specifies whether to save the value of the Corners property. |