Class
OffsetToOpacityConverter

Represents a custom value converter that transforms an offset to opacity value.

Definition

Namespace:Telerik.UI.Xaml.Controls.Data.ListView

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class OffsetToOpacityConverter : IValueConverter

Inheritance: objectOffsetToOpacityConverter

Implements: IValueConverter

Constructors

OffsetToOpacityConverter()

Declaration

cs-api-definition
public OffsetToOpacityConverter()

Methods

Convert(object, Type, object, string)

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, string language)

Parameters

value

object

targetType

Type

parameter

object

language

string

Returns

object

ConvertBack(object, Type, object, string)

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, string language)

Parameters

value

object

targetType

Type

parameter

object

language

string

Returns

object