Class SyntaxEditorProperties
Represents properties class for SyntaxEditor.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.SyntaxEditor.UI
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class SyntaxEditorProperties : INotifyPropertyChanged
Constructors
SyntaxEditorProperties()
Initializes a new instance of the SyntaxEditorProperties class.
Declaration
public SyntaxEditorProperties()
Fields
TabSizePropertyName
The tab size property name.
Declaration
public const string TabSizePropertyName = "TabSize"
Field Value
System.String
|
Properties
KeepTabs
Gets or sets a value indicating whether [keep tabs].
Declaration
public bool KeepTabs { get; set; }
Property Value
System.Boolean
|
ShowEndOfLine
Gets or sets a value indicating whether [show end of line].
Declaration
public bool ShowEndOfLine { get; set; }
Property Value
System.Boolean
|
ShowSpaces
Gets or sets a value indicating whether [show spaces].
Declaration
public bool ShowSpaces { get; set; }
Property Value
System.Boolean
|
ShowTabs
Gets or sets a value indicating whether [show tabs].
Declaration
public bool ShowTabs { get; set; }
Property Value
System.Boolean
|
TabSize
Gets or sets the size of the tab.
Declaration
public int TabSize { get; set; }
Property Value
System.Int32
|
TabString
Gets the tab string.
Declaration
public string TabString { get; }
Property Value
System.String
The tab string. |
Methods
OnPropertyChanged(String)
Called when [property changed].
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
Name of the property. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|