Click or drag to resize

Hummingbird.UI.Converters Namespace

Hummingbird.UI.Converters Namespace contains some converters used in UI elements to achieve DataBinding and MVVM. You can reuse these converters if necessary.

This namespace provide some Converters which can help you develop MVVM style application by easily create data bindings.

Classes
  ClassDescription
Public classBooleanToVisibilityConverterReversed
Convert Boolean value to Visibility.
Public classIntToVisibilityConverterReversed
Convert Int32 value to Visibility.
Public classStringToIntArrayTypeConverter
A converter converts from String to Array of Int32
Public classStringToResourceConverter
This converter is used to convert a String value to an UI Element. especially used in IconKey Property.