[]
The rule style of the editor. Defines the style in which the specific expression item should be displayed
public class SyntaxStyle : INotifyPropertyChanged
Public Class SyntaxStyle
Implements INotifyPropertyChanged
| Name | Description |
|---|---|
| SyntaxStyle() | Initializes a new instance of the SyntaxStyle. |
| 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. |
| Name | Description |
|---|---|
| OnPropertyChanged(object, PropertyChangedEventArgs) | Raises the property changed event. |
| Name | Description |
|---|---|
| PropertyChanged |