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 DateTimeColor property.
Declaration
public static readonly DependencyProperty DateTimeColorProperty
Field Value
System.Windows.DependencyProperty
|
DefaultColorProperty
Identifies the DefaultColor property.
Declaration
public static readonly DependencyProperty DefaultColorProperty
Field Value
System.Windows.DependencyProperty
|
FunctionColorProperty
Identifies the FunctionColor property.
Declaration
public static readonly DependencyProperty FunctionColorProperty
Field Value
System.Windows.DependencyProperty
|
MemberColorProperty
Identifies the MemberColor property.
Declaration
public static readonly DependencyProperty MemberColorProperty
Field Value
System.Windows.DependencyProperty
|
StringColorProperty
Identifies the StringColor property.
Declaration
public static readonly DependencyProperty StringColorProperty
Field Value
System.Windows.DependencyProperty
|
Properties
DateTimeColor
Gets or sets the color for a date-time literal. Default value is System.Windows.Media.Colors.Black
Declaration
public Color DateTimeColor { get; set; }
Property Value
System.Windows.Media.Color
The color for a date-time literal. |
DefaultColor
Gets or sets the default color. Default value is System.Windows.Media.Colors.Black
Declaration
public Color DefaultColor { get; set; }
Property Value
System.Windows.Media.Color
The default color. |
FunctionColor
Gets or sets the color for a function name literal. Default value is System.Windows.Media.Colors.Black
Declaration
public Color FunctionColor { get; set; }
Property Value
System.Windows.Media.Color
The color for a function name literal. |
MemberColor
Gets or sets the color for a member name literal. Default value is System.Windows.Media.Colors.Black
Declaration
public Color MemberColor { get; set; }
Property Value
System.Windows.Media.Color
The color for a member name literal. |
StringColor
Gets or sets the color for a string literal. Default value is System.Windows.Media.Colors.Black
Declaration
public Color StringColor { get; set; }
Property Value
System.Windows.Media.Color
The color for a string literal. |