# C1.WPF.ExpressionEditor.SyntaxStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_ExpressionEditor_SyntaxStyle" data-uid="C1.WPF.ExpressionEditor.SyntaxStyle" class="text-break">SyntaxStyle Class
</h1>
  <div class="markdown level0 summary"><p>The rule style of the editor. Defines the style in which the specific expression item should be displayed</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">SyntaxStyle</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.ExpressionEditor.html">C1.WPF.ExpressionEditor</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ExpressionEditor.dll</h6>
  <h5 id="C1_WPF_ExpressionEditor_SyntaxStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SyntaxStyle : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SyntaxStyle
    Implements INotifyPropertyChanged</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_ExpressionEditor_SyntaxStyle__ctor" data-uid="C1.WPF.ExpressionEditor.SyntaxStyle.#ctor">
          <a class="xref" href="C1.WPF.ExpressionEditor.SyntaxStyle.-ctor.html#C1_WPF_ExpressionEditor_SyntaxStyle__ctor">SyntaxStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.ExpressionEditor.SyntaxStyle.html">SyntaxStyle</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_ExpressionEditor_SyntaxStyle_FontStyle" data-uid="C1.WPF.ExpressionEditor.SyntaxStyle.FontStyle">
          <a class="xref" href="C1.WPF.ExpressionEditor.SyntaxStyle.FontStyle.html#C1_WPF_ExpressionEditor_SyntaxStyle_FontStyle">FontStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font style of the syntax.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ExpressionEditor_SyntaxStyle_FontWeight" data-uid="C1.WPF.ExpressionEditor.SyntaxStyle.FontWeight">
          <a class="xref" href="C1.WPF.ExpressionEditor.SyntaxStyle.FontWeight.html#C1_WPF_ExpressionEditor_SyntaxStyle_FontWeight">FontWeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font weight of the syntax.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ExpressionEditor_SyntaxStyle_Foreground" data-uid="C1.WPF.ExpressionEditor.SyntaxStyle.Foreground">
          <a class="xref" href="C1.WPF.ExpressionEditor.SyntaxStyle.Foreground.html#C1_WPF_ExpressionEditor_SyntaxStyle_Foreground">Foreground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground of the syntax.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_ExpressionEditor_SyntaxStyle_OnPropertyChanged_System_Object_System_ComponentModel_PropertyChangedEventArgs_" data-uid="C1.WPF.ExpressionEditor.SyntaxStyle.OnPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.ExpressionEditor.SyntaxStyle.OnPropertyChanged.html#C1_WPF_ExpressionEditor_SyntaxStyle_OnPropertyChanged_System_Object_System_ComponentModel_PropertyChangedEventArgs_">OnPropertyChanged(object, PropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the property changed event.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_ExpressionEditor_SyntaxStyle_PropertyChanged" data-uid="C1.WPF.ExpressionEditor.SyntaxStyle.PropertyChanged">
          <a class="xref" href="C1.WPF.ExpressionEditor.SyntaxStyle.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
