Class ListIndexConverter
- Namespace
- Innova.Prism.Library.Converters
- Assembly
- Innova.Prism.Library.dll
Provides a OneWay converter that can provide a Top/ZIndex or Rotate value for a given ListBoxItem, based on the source ListBoxItem index
public class ListIndexConverter : IValueConverter
- Inheritance
-
ListIndexConverter
- Implements
Methods
- Convert(object, Type, object, CultureInfo)
Converts the value of a ListBoxItem to the specified target type.
- ConvertBack(object, Type, object, CultureInfo)
Converts the value of a ListBoxItem back to the source type. This method is not implemented and will throw a NotImplementedException.