Table of Contents

Class IterationCountTypeConverter

Namespace
Avalonia.Animation
Assembly
Avalonia.Base.dll
public class IterationCountTypeConverter : TypeConverter
Inheritance
IterationCountTypeConverter
Inherited Members

Constructors

IterationCountTypeConverter()

public IterationCountTypeConverter()

Methods

CanConvertFrom(ITypeDescriptorContext?, Type)

public override bool CanConvertFrom(ITypeDescriptorContext? context, Type sourceType)

Parameters

context ITypeDescriptorContext
sourceType Type

Returns

bool

ConvertFrom(ITypeDescriptorContext?, CultureInfo?, object)

public override object ConvertFrom(ITypeDescriptorContext? context, CultureInfo? culture, object value)

Parameters

context ITypeDescriptorContext
culture CultureInfo
value object

Returns

object