[]
        
(Showing Draft Content)

C1.WPF.ExpressionEditor.SyntaxStyle

SyntaxStyle Class

The rule style of the editor. Defines the style in which the specific expression item should be displayed

Inheritance
SyntaxStyle
Namespace: C1.WPF.ExpressionEditor
Assembly: C1.WPF.ExpressionEditor.dll
Syntax
public class SyntaxStyle : INotifyPropertyChanged
Public Class SyntaxStyle
    Implements INotifyPropertyChanged

Constructors

Name Description
SyntaxStyle()

Initializes a new instance of the SyntaxStyle.

Properties

Name Description
FontStyle

Gets or sets the font style of the syntax.

FontWeight

Gets or sets the font weight of the syntax.

Foreground

Gets or sets the foreground of the syntax.

Methods

Name Description
OnPropertyChanged(object, PropertyChangedEventArgs)

Raises the property changed event.

Events

Name Description
PropertyChanged