C# Class ICSharpCode.AvalonEdit.TextEditorOptions

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: kjk/kjkpub Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetIndentationString ( int column ) : string

Gets text required to indent from the specified column to the next indentation level.

Protected Methods

Method Description
OnPropertyChanged ( PropertyChangedEventArgs e ) : void

Raises the PropertyChanged event.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

Method Details

GetIndentationString() public method

Gets text required to indent from the specified column to the next indentation level.
public GetIndentationString ( int column ) : string
column int
return string

OnPropertyChanged() protected method

Raises the PropertyChanged event.
protected OnPropertyChanged ( PropertyChangedEventArgs e ) : void
e System.ComponentModel.PropertyChangedEventArgs
return void

OnPropertyChanged() protected method

Raises the PropertyChanged event.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string The name of the changed property.
return void