[]
Style with the base properties of the drop-down list items.
public abstract class BaseDropDownItemStyle : BaseC1FrameworkStyle
| Name | Description |
|---|---|
| BackColor | Gets or sets the Color used to paint the background. |
| Corners | Gets or sets the radii of the element corners. |
| Font | Gets or sets text font of element. |
| ForeColor | Gets or sets the Color used to draw the text. |
| Hot | Gets style containing display attributes that determine the general appearance of element on the screen when the cursor is over it. |
| 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 if it is possible. |
| ResetBackColor() | |
| ResetCorners() | |
| ResetFont() | |
| ResetForeColor() | |
| ResetHot() | |
| ResetMargins() | |
| ResetPadding() | |
| ShouldSerializeBackColor() | |
| ShouldSerializeCorners() | |
| ShouldSerializeFont() | |
| ShouldSerializeForeColor() | |
| ShouldSerializeHot() | |
| ShouldSerializeMargins() | |
| ShouldSerializePadding() |