Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
GetIndentationString ( int column ) : string |
Gets text required to indent from the specified column to the next indentation level.
|
Méthode | Description | |
---|---|---|
OnPropertyChanged ( |
Raises the PropertyChanged event.
|
|
OnPropertyChanged ( string propertyName ) : void |
Raises the PropertyChanged event.
|
public GetIndentationString ( int column ) : string | ||
column | int | |
Résultat | string |
protected OnPropertyChanged ( |
||
e | ||
Résultat | void |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | The name of the changed property. |
Résultat | void |