Table of Contents

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
object
WidthNormalizedConverter
Implements
IMultiValueConverter

Methods

Convert(IList<object?>, Type, object?, CultureInfo)

public object? Convert(IList<object?> values, Type targetType, object? parameter, CultureInfo culture)

Parameters

values IList<object>
targetType Type
parameter object
culture CultureInfo

Returns

object