[]
The ItemStyle class represents the item element style.
public class ItemStyle<T> : ItemBaseStyle<T> where T : BaseC1FrameworkStyle, new()
| Name | Description |
|---|---|
| T | State element type. |
| Name | Description |
|---|---|
| Corners | Gets or sets the radii of the element corners. |
| Margins | Gets or sets the thickness of the margins around the element. |
| Name | Description |
|---|---|
| ResetCorners() | Restores the default value of the Corners property. |
| ResetMargins() | Restores the default value of the Margins property. |
| ShouldSerializeCorners() | Specifies whether to save the value of the Corners property. |
| ShouldSerializeMargins() | Specifies whether to save the value of the Margins property. |