C# Class AniDBmini.LevelToIndentConverter

Convert Level to left margin
Inheritance: IValueConverter
显示文件 Open project: ahodesuka/AniDBmini

Public Methods

Method 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 method

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

ConvertBack() public method

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