Class ParentWidthPercentageConverter
- 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 ParentWidthPercentageConverter : IValueConverter
- Inheritance
-
objectParentWidthPercentageConverter
- Implements
-
IValueConverter
Methods
Convert(object?, Type, object?, CultureInfo)
public object? Convert(object? value, Type targetType, object? parameter, CultureInfo culture)
Parameters
valueobjecttargetTypeTypeparameterobjectcultureCultureInfo
Returns
- object
ConvertBack(object?, Type, object?, CultureInfo)
public object? ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)
Parameters
valueobjecttargetTypeTypeparameterobjectcultureCultureInfo
Returns
- object