New to Telerik UI for WinFormsStart a free 30-day trial

Represents properties class for SyntaxEditor.

Definition

Namespace:Telerik.WinForms.Controls.SyntaxEditor.UI

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

C#
public class SyntaxEditorProperties : INotifyPropertyChanged

Inheritance: objectSyntaxEditorProperties

Implements: INotifyPropertyChanged

Constructors

Initializes a new instance of the SyntaxEditorProperties class.

C#
public SyntaxEditorProperties()

Fields

The tab size property name.

C#
public const string TabSizePropertyName = "TabSize"

Properties

Gets or sets a value indicating whether [keep tabs].

C#
public bool KeepTabs { get; set; }
Property Value:

true if [keep tabs]; otherwise, false.

Gets or sets a value indicating whether [show end of line].

C#
public bool ShowEndOfLine { get; set; }
Property Value:

true if [show end of line]; otherwise, false.

Gets or sets a value indicating whether [show spaces].

C#
public bool ShowSpaces { get; set; }
Property Value:

true if [show spaces]; otherwise, false.

Gets or sets a value indicating whether [show tabs].

C#
public bool ShowTabs { get; set; }
Property Value:

true if [show tabs]; otherwise, false.

Gets or sets the size of the tab.

C#
public int TabSize { get; set; }

Gets the tab string.

C#
public string TabString { get; }
Property Value:

The tab string.

Methods

Called when [property changed].

C#
protected virtual void OnPropertyChanged(string propertyName)
Parameters:propertyNamestring

Name of the property.

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged