C# Class Core2D.Avalonia.Converters.EditorToStatsMultiConverter

Converts multi-binding inputs to a final value.
Inheritance: IMultiValueConverter
Show file Open project: Core2D/Core2D

Public Properties

Property Type Description
DefaultStats string
Instance EditorToStatsMultiConverter

Public Methods

Method Description
Convert ( IList values, Type targetType, object parameter, CultureInfo culture ) : object

Converts multi-binding inputs to a final value.

Method Details

Convert() public method

Converts multi-binding inputs to a final value.
public Convert ( IList values, Type targetType, object parameter, CultureInfo culture ) : object
values IList The values to convert.
targetType System.Type The type of the target.
parameter object A user-defined parameter.
culture System.Globalization.CultureInfo The culture to use.
return object

Property Details

DefaultStats public static property

Default stats result.
public static string DefaultStats
return string

Instance public static property

Gets an instance of a EditorToStatsMultiConverter.
public static EditorToStatsMultiConverter,Core2D.Avalonia.Converters Instance
return EditorToStatsMultiConverter