[]
        
(Showing Draft Content)

C1.Win.ExpressionEditor.UI.SyntaxStyles

SyntaxStyles Class

Gets or sets SyntaxStyles contains colors that determine the highlighting of syntax.

Inheritance
SyntaxStyles
Namespace: C1.Win.ExpressionEditor.UI
Assembly: C1.Win.ExpressionEditor.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class SyntaxStyles : BaseStyle

Constructors

Name Description
SyntaxStyles(ExpressionEditorTheme)

Initializes a new instance of the ExpressionEditorTheme object.

Properties

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.