[]
FormStyle contains display attributes that determine the general appearance of the drop down form on the screen.
public class FormStyle : BaseC1FrameworkStyle
| Name | Description |
|---|---|
| BackColor | Gets or sets the Color used to paint the background. |
| BorderColor | Gets or sets the Color used to draw the border around the element. |
| Line | Gets or sets the thickness of the lines and separators. |
| LineColor | Gets or sets the Color used to draw the lines and separators. |
| Padding | Gets or sets the thickness of the padding between the element edges and its content. |
| Name | Description |
|---|---|
| ApplyToStyle(Style) | Applies style to the specified C1.Framework.Style if it is possible. |