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
ITypeDescriptorContextculture
CultureInfovalue
object
Returns
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
ITypeDescriptorContextculture
CultureInfovalue
objectdestinationType
Type