Class WidthNormalizedConverter
- Namespace
- Artemis.UI.Shared.Converters
- Assembly
- Artemis.UI.Shared.dll
Converts the width in percentage to a real number based on the width of the given parent
public class WidthNormalizedConverter : IMultiValueConverter
- Inheritance
-
objectWidthNormalizedConverter
- Implements
-
IMultiValueConverter
Methods
Convert(IList<object?>, Type, object?, CultureInfo)
public object? Convert(IList<object?> values, Type targetType, object? parameter, CultureInfo culture)
Parameters
valuesIList<object>targetTypeTypeparameterobjectcultureCultureInfo
Returns
- object