C# Класс Core2D.Avalonia.Converters.ObjectToObjectConverter

Pass-through a binding value object as object to avoid AvaloniaProperty.UnsetValue.
Наследование: IValueConverter
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Instance ObjectToObjectConverter

Открытые методы

Метод Описание
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.

Описание методов

Convert() публичный Метод

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.
Результат object

ConvertBack() публичный Метод

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.
Результат object

Описание свойств

Instance публичное статическое свойство

Gets an instance of a ObjectToObjectConverter.
public static ObjectToObjectConverter,Core2D.Avalonia.Converters Instance
Результат ObjectToObjectConverter