Class
SyntaxEditorProperties

Represents properties class for SyntaxEditor.

Definition

Namespace:Telerik.Windows.Controls.SyntaxEditor.UI

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

cs-api-definition
public class SyntaxEditorProperties : INotifyPropertyChanged

Inheritance: objectSyntaxEditorProperties

Implements: INotifyPropertyChanged

Constructors

SyntaxEditorProperties()

Initializes a new instance of the SyntaxEditorProperties class.

Declaration

cs-api-definition
public SyntaxEditorProperties()

Fields

TabSizePropertyName

The tab size property name.

Declaration

cs-api-definition
public const string TabSizePropertyName = "TabSize"

Field Value

string

Properties

KeepTabs

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

Declaration

cs-api-definition
public bool KeepTabs { get; set; }

Property Value

bool

true if [keep tabs]; otherwise, false.

ShowEndOfLine

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

Declaration

cs-api-definition
public bool ShowEndOfLine { get; set; }

Property Value

bool

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

ShowSpaces

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

Declaration

cs-api-definition
public bool ShowSpaces { get; set; }

Property Value

bool

true if [show spaces]; otherwise, false.

ShowTabs

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

Declaration

cs-api-definition
public bool ShowTabs { get; set; }

Property Value

bool

true if [show tabs]; otherwise, false.

TabSize

Gets or sets the size of the tab.

Declaration

cs-api-definition
public int TabSize { get; set; }

Property Value

int

TabString

Gets the tab string.

Declaration

cs-api-definition
public string TabString { get; }

Property Value

string

The tab string.

Methods

OnPropertyChanged(string)

Called when [property changed].

Declaration

cs-api-definition
protected virtual void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

Name of the property.

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged