CornerRadiusTypeConverter.ConvertFromInvariantString(String) Method

Definition

Parses as one or more System.Double object(s) and creates a corresponding CornerRadius.

public override object ConvertFromInvariantString (string value);
override this.ConvertFromInvariantString : string -> obj

Parameters

value
System.String

A string whose value must be parseable as one or more System.Double objects.

Returns

System.Object

A CornerRadius object whose values correspond to those in .

Remarks

The parameter may be a single number (resulting in uniform radii), or it may be a comma-separated value (as in XAML) or space-separated (as in CSS). If multi-valued:

Number of values
1
2
3
4

Applies to