MarginTypeConverter
Class

Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.TypeConverters

Summary:
Converts a string to a Margin object.

Inheritance:
Object =>
TypeConverter =>
MarginTypeConverter

Methods

// Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.
ITypeDescriptorContext context, // The context.
Type sourceType// The source type.
)
// Converts the given value to the type of this converter, using the specified context and culture information.
ITypeDescriptorContext context, // The context.
CultureInfo culture, // The culture.
Object value// The value.
)
// Parses a string representation of margin values and returns a Margin object.
String value// A comma-separated string containing one, two, or four numeric values representing margin dimensions.
)