Class SyntaxColors
Defines colors for different syntax elements in an expression.
Inheritance
Namespace: Telerik.Windows.Controls.Expressions
Assembly: Telerik.Windows.Controls.Expressions.dll
Syntax
public class SyntaxColors : DependencyObject
Constructors
SyntaxColors()
Declaration
public SyntaxColors()
Fields
DateTimeColorProperty
Identifies the Date
Declaration
public static readonly DependencyProperty DateTimeColorProperty
Field Value
System.
|
DefaultColorProperty
Identifies the Default
Declaration
public static readonly DependencyProperty DefaultColorProperty
Field Value
System.
|
FunctionColorProperty
Identifies the Function
Declaration
public static readonly DependencyProperty FunctionColorProperty
Field Value
System.
|
MemberColorProperty
Identifies the Member
Declaration
public static readonly DependencyProperty MemberColorProperty
Field Value
System.
|
StringColorProperty
Identifies the String
Declaration
public static readonly DependencyProperty StringColorProperty
Field Value
System.
|
Properties
DateTimeColor
Gets or sets the color for a date-time literal. Default value is System.
Declaration
public Color DateTimeColor { get; set; }
Property Value
System. The color for a date-time literal. |
DefaultColor
Gets or sets the default color. Default value is System.
Declaration
public Color DefaultColor { get; set; }
Property Value
System. The default color. |
FunctionColor
Gets or sets the color for a function name literal. Default value is System.
Declaration
public Color FunctionColor { get; set; }
Property Value
System. The color for a function name literal. |
MemberColor
Gets or sets the color for a member name literal. Default value is System.
Declaration
public Color MemberColor { get; set; }
Property Value
System. The color for a member name literal. |
StringColor
Gets or sets the color for a string literal. Default value is System.
Declaration
public Color StringColor { get; set; }
Property Value
System. The color for a string literal. |