Determines the indent for a level in a MulticolumnTreeView.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
[ValueConversionAttribute(typeof(int), typeof(Thickness))]
public class MulticolumnTreeViewIndentConverter : IValueConverter
Visual Basic (Declaration)
<ValueConversionAttribute(GetType(Integer), GetType(Thickness))> _
Public Class MulticolumnTreeViewIndentConverter _
	Implements IValueConverter

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfElements..::.MulticolumnTreeViewIndentConverter

See Also