ClassSyntaxEditorProperties
Represents properties class for SyntaxEditor.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
public class SyntaxEditorProperties : INotifyPropertyChanged
Inheritance: objectSyntaxEditorProperties
Implements:
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
Properties
KeepTabs
Gets or sets a value indicating whether [keep tabs].
Declaration
public bool KeepTabs { get; set; }
Property Value
true if [keep tabs]; otherwise, false.
ShowEndOfLine
Gets or sets a value indicating whether [show end of line].
Declaration
public bool ShowEndOfLine { get; set; }
Property Value
true if [show end of line]; otherwise, false.
ShowSpaces
Gets or sets a value indicating whether [show spaces].
Declaration
public bool ShowSpaces { get; set; }
Property Value
true if [show spaces]; otherwise, false.
ShowTabs
Gets or sets a value indicating whether [show tabs].
Declaration
public bool ShowTabs { get; set; }
Property Value
true if [show tabs]; otherwise, false.
TabSize
Gets or sets the size of the tab.
Methods
OnPropertyChanged(string)
Called when [property changed].
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
propertyName
Name of the property.
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements