C# Class Yuhan.WPF.LevelToIndentConverter

Convert Level to left margin Pass a prarameter if you want a unit length other than 19.0.
Inheritance: IValueConverter
Afficher le fichier Open project: hansuky/Yuhan

Méthodes publiques

Méthode Description
Convert ( object o, Type type, object parameter, CultureInfo culture ) : object
ConvertBack ( object o, Type type, object parameter, CultureInfo culture ) : object

Method Details

Convert() public méthode

public Convert ( object o, Type type, object parameter, CultureInfo culture ) : object
o object
type System.Type
parameter object
culture System.Globalization.CultureInfo
Résultat object

ConvertBack() public méthode

public ConvertBack ( object o, Type type, object parameter, CultureInfo culture ) : object
o object
type System.Type
parameter object
culture System.Globalization.CultureInfo
Résultat object