C# Class ICSharpCode.AvalonEdit.TextEditorOptions

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: kjk/kjkpub Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetIndentationString ( int column ) : string

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

Méthodes protégées

Méthode Description
OnPropertyChanged ( PropertyChangedEventArgs e ) : void

Raises the PropertyChanged event.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

Method Details

GetIndentationString() public méthode

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

OnPropertyChanged() protected méthode

Raises the PropertyChanged event.
protected OnPropertyChanged ( PropertyChangedEventArgs e ) : void
e System.ComponentModel.PropertyChangedEventArgs
Résultat void

OnPropertyChanged() protected méthode

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