Click or drag to resize

ChildOrientationToExpandDirection Klasse

ValueConverter, wandelt Die Child-Anordnung eines Knotens (Horizontal, Vertical) in eine ExpandDirection für den anzeigenden Expander (Down, Right).
Vererbungshierarchie
SystemObject
  Vishnu.WPF_UI.ValueConverterChildOrientationToExpandDirection

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

Der ChildOrientationToExpandDirection Typ exponiert die folgenden Member.

Konstruktoren
 NameBeschreibung
Public MethodeChildOrientationToExpandDirectionInitializes a new instance of the ChildOrientationToExpandDirection class
Zurück nach oben
Methoden
 NameBeschreibung
Public MethodeConvert Wandelt Orientation in ExpandDirection ("Horizontal" in "Down" und "Vertical" in "Right").
Public MethodeConvertBack Wandelt ExpandDirection in Orientation.
Zurück nach oben
Anmerkungen
File: ChildOrientationToExpandDirection.cs Autor: Erik Nagel 20.05.2013 Erik Nagel: erstellt
Siehe auch