[]
The ExpressionEditorTheme class represents the theme for the C1ExpressionEditor control which contains display attributes that determine the appearance of control.
public class ExpressionEditorTheme : BaseTheme
| Name | Description |
|---|---|
| ExpressionEditorTheme(ExpressionEditorTheme) | Initializes a new instance of the ExpressionEditorTheme object. |
| Name | Description |
|---|---|
| Editor | Gets or sets EditorStyle contains display attributes that determine the appearance of text editor element on the screen. |
| ErrorBar | Gets or sets ErrorBarStyle contains display attributes that determine the appearance of error bar element on the screen. |
| Popup | Gets or sets PopupStyle contains display attributes that determine the appearance of popup element on the screen. |
| PopupItem | Gets or sets PopupItemStyle contains display attributes that determine the appearance of popup item element on the screen. |
| SyntaxStyles | Gets or sets SyntaxStyles contains colors that determine the highlighting of syntax. |
| Tooltip | Gets or sets TooltipStyle contains display attributes that determine the appearance of tooltip on the screen. |