Table of Contents

WidthDoubleToRectConverter 类

命名空间
ClassIsland.Core.Converters
程序集
ClassIsland.Core.dll
public class WidthDoubleToRectConverter : IMultiValueConverter
继承
WidthDoubleToRectConverter
实现
IMultiValueConverter
继承成员

方法

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

Converts multi-binding inputs to a final value.

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

参数

values IList<object>

The values to convert.

targetType Type

The type of the target.

parameter object

A user-defined parameter.

culture CultureInfo

The culture to use.

返回

object

The converted value.

备注

This method should not throw exceptions. If the value is not convertible, return Avalonia.AvaloniaProperty.UnsetValue. Any exception thrown will be treated as an application exception.

Convert(object, Type, object, CultureInfo)

public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

参数

value object
targetType Type
parameter object
culture CultureInfo

返回

object

ConvertBack(object, Type, object, CultureInfo)

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

参数

value object
targetType Type
parameter object
culture CultureInfo

返回

object

ConvertBack(object, Type[], object, CultureInfo)

public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)

参数

value object
targetTypes Type[]
parameter object
culture CultureInfo

返回

object[]