Table of Contents

Class LevelToIndentConverter

Namespace
HeBianGu.Control.TreeListView
Assembly
HeBianGu.Control.TreeListView.dll

Convert Level to left margin Pass a prarameter if you want a unit length other than 19.0.

public class LevelToIndentConverter : IValueConverter
Inheritance
LevelToIndentConverter
Implements
Inherited Members
Extension Methods

Methods

Convert(object, Type, object, CultureInfo)

Converts a value.

public object Convert(object o, Type type, object parameter, CultureInfo culture)

Parameters

o object
type Type
parameter object

The converter parameter to use.

culture CultureInfo

The culture to use in the converter.

Returns

object

A converted value. If the method returns null, the valid null value is used.

ConvertBack(object, Type, object, CultureInfo)

Converts a value.

public object ConvertBack(object o, Type type, object parameter, CultureInfo culture)

Parameters

o object
type Type
parameter object

The converter parameter to use.

culture CultureInfo

The culture to use in the converter.

Returns

object

A converted value. If the method returns null, the valid null value is used.