Click or drag to resize

Vishnu.WPF_UI.ValueConverter namespace

Auxiliary classes for the WPF screen interface of Vishnu
Classes
 ClassDescription of the
Public ClassChildOrientationToExpandDirection ValueConverter, converts the child arrangement of a node (Horizontal, Vertical) into an ExpandDirection for the displaying expander (Down, Right).
Public ClassEqualityConverter Compares two properties (Thanks to Jason Tyler).
Public ClassNotEmptyToTrue ValueConverter, converts a non-empty string to Boolean True.
Public ClassNullableBoolToBrush ValueConverter, converts a nullable bool into colours: zero: yellow, true: green, false: red.
Public ClassOrientationModifier ValueConverter, converts an orientation (Horizontal, Vertical) depending on an additional switch of type OrientationSwitch: Unchanged=unchanged, Switched=reversed, Horizontal=horizontal, Vertical=vertical.
Public ClassPath2UserControlBase ValueConverter, converts a non-empty string to Boolean True.
Public ClassVisualNodeStateToBitmapImage Converts an enum type into a bitmap image.
Public ClassVisualNodeWorkerStateToText ValueConverter, converts a nullable bool into colours: zero: yellow, true: green, false: red.