C# Class Core2D.Avalonia.Converters.ObjectToObjectConverter

Pass-through a binding value object as object to avoid AvaloniaProperty.UnsetValue.
Inheritance: IValueConverter
Show file Open project: Core2D/Core2D

Public Properties

Property Type Description
Instance ObjectToObjectConverter

Public Methods

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

Converts a value.

ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Converts a value.

Method Details

Convert() public method

Converts a value.
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object The value 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

ConvertBack() public method

Converts a value.
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object The value 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

Instance public static property

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