 | Vishnu.WPF_UI.ValueConverter namespace |
Auxiliary classes for the WPF screen interface of Vishnu
Classes| | Class | Description of the |
|---|
 | ChildOrientationToExpandDirection |
ValueConverter, converts the child arrangement of a node (Horizontal, Vertical)
into an ExpandDirection for the displaying expander (Down, Right).
|
 | EqualityConverter |
Compares two properties (Thanks to Jason Tyler).
|
 | NotEmptyToTrue |
ValueConverter, converts a non-empty string to Boolean True.
|
 | NullableBoolToBrush |
ValueConverter, converts a nullable bool into colours:
zero: yellow, true: green, false: red.
|
 | OrientationModifier |
ValueConverter, converts an orientation (Horizontal, Vertical)
depending on an additional switch of type OrientationSwitch:
Unchanged=unchanged, Switched=reversed, Horizontal=horizontal, Vertical=vertical.
|
 | Path2UserControlBase |
ValueConverter, converts a non-empty string to Boolean True.
|
 | VisualNodeStateToBitmapImage |
Converts an enum type into a bitmap image.
|
 | VisualNodeWorkerStateToText |
ValueConverter, converts a nullable bool into colours:
zero: yellow, true: green, false: red.
|