CornerRadiusTypeConverter.ConvertFromInvariantString(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parses as one or more Double object(s) and creates a corresponding CornerRadius.
public override object ConvertFromInvariantString (string value);
override this.ConvertFromInvariantString : string -> obj
Parameters
Returns
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 |