[]
Style with the base properties.
public class AccordionStyle : BaseC1FrameworkStyle
| Name | Description |
|---|---|
| Default | Gets style containing display attributes that determine the default appearance of element on the screen. |
| Disabled | Gets style containing display attributes that determine the general appearance of disabled element on the screen. |
| 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. |
| ShowBorder | Gets or sets the value indicates whether the border around the element is shown or not. |
| Name | Description |
|---|---|
| ApplyToStyle(Style) | Applies style to destination C1.Framework.Style object if it is possible. |
| ResetBorder() | |
| ResetDefault() | |
| ResetDisabled() | |
| ResetMargins() | |
| ResetPadding() | |
| ShouldSerializeBorder() | |
| ShouldSerializeDefault() | |
| ShouldSerializeDisabled() | |
| ShouldSerializeMargins() | |
| ShouldSerializePadding() |