C# Класс ICSharpCode.AvalonEdit.TextEditorOptions

Наследование: INotifyPropertyChanged
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
GetIndentationString ( int column ) : string

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

Защищенные методы

Метод Описание
OnPropertyChanged ( PropertyChangedEventArgs e ) : void

Raises the PropertyChanged event.

OnPropertyChanged ( string propertyName ) : void

Raises the PropertyChanged event.

Описание методов

GetIndentationString() публичный Метод

Gets text required to indent from the specified column to the next indentation level.
public GetIndentationString ( int column ) : string
column int
Результат string

OnPropertyChanged() защищенный Метод

Raises the PropertyChanged event.
protected OnPropertyChanged ( PropertyChangedEventArgs e ) : void
e System.ComponentModel.PropertyChangedEventArgs
Результат void

OnPropertyChanged() защищенный Метод

Raises the PropertyChanged event.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string The name of the changed property.
Результат void