[]
DropDownsStyle contains display attributes that determine the general appearance of the drop down form on the screen.
public class DropDownsStyle : BaseC1FrameworkStyle
| Name | Description |
|---|---|
| Corners | Gets or sets the radii of the element corners. |
| Form | Gets FormStyle containing display attributes that determine the general appearance of the form dialogs on the screen. |
| List | Gets ListStyle containing display attributes that determine the general appearance of the popup lists on the screen. |
| Name | Description |
|---|---|
| ResetCorners() | Restores the default value of the Corners property. |
| ShouldSerializeCorners() | Specifies whether to save the value of the Corners property. |