Click or drag to resize

ChildOrientationToExpandDirection class

ValueConverter, converts the child arrangement of a node (Horizontal, Vertical) into an ExpandDirection for the displaying expander (Down, Right).
Inheritance hierarchy
SystemObject
  Vishnu.WPF_UI.ValueConverterChildOrientationToExpandDirection

Namespace: Vishnu.WPF_UI.ValueConverter
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public class ChildOrientationToExpandDirection : IValueConverter

The ChildOrientationToExpandDirection Type exposes the following members.

Constructors
 NameDescription of the
Public MethodChildOrientationToExpandDirectioninitializes a new instance of the ChildOrientationToExpandDirection class
Back to the top
Methods
 NameDescription of the
Public MethodConvert Converts Orientation to ExpandDirection ("Horizontal" in "Down" and "Vertical" in "Right").
Public MethodConvertBack Converts ExpandDirection to Orientation.
Back to the top
Remarks
File: ChildOrientationToExpandDirection.cs Author: Erik Nagel 20.05.2013 Erik Nagel: created
See also