[]
Gets or sets SyntaxStyles contains colors that determine the highlighting of syntax.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class SyntaxStyles : BaseStyle
| Name | Description |
|---|---|
| SyntaxStyles(ExpressionEditorTheme) | Initializes a new instance of the ExpressionEditorTheme object. |
| Name | Description |
|---|---|
| Constant | Gets or sets constant style. |
| Field | Gets or sets field style. |
| Function | Gets or sets function style. |
| Integer | Gets or sets style of a numbers. |
| Operator | Gets or sets operator style. |
| String | Gets or sets string style. |
| Underline | Gets or sets error underline color. |