Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
GetIndentationString ( int column ) : string |
Gets text required to indent from the specified column to the next indentation level.
|
Метод | Описание | |
---|---|---|
OnPropertyChanged ( |
Raises the PropertyChanged event.
|
|
OnPropertyChanged ( string propertyName ) : void |
Raises the PropertyChanged event.
|
public GetIndentationString ( int column ) : string | ||
column | int | |
Результат | string |
protected OnPropertyChanged ( |
||
e | ||
Результат | void |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | The name of the changed property. |
Результат | void |