Table of Contents

Class SvgTextDecorationConverter

Namespace
Svg
Assembly
Svg.dll
public sealed class SvgTextDecorationConverter : EnumBaseConverter<SvgTextDecoration>
Inheritance
SvgTextDecorationConverter
Inherited Members

Constructors

SvgTextDecorationConverter()

public SvgTextDecorationConverter()

Methods

ConvertFrom(ITypeDescriptorContext, CultureInfo, object)

Attempts to convert the provided value to SvgTextDecoration.

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

Parameters

context ITypeDescriptorContext
culture CultureInfo
value object

Returns

object

ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)

Attempts to convert the value to the destination type.

public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)

Parameters

context ITypeDescriptorContext
culture CultureInfo
value object
destinationType Type

Returns

object