TryParseCornerRadius(String?, out Int32, out Double, out Double, out Double, out Double) Method

Definition

Assembly XamlToCSharpGenerator.Core.dll
public static bool TryParseCornerRadius(string? value, scoped out int componentCount, scoped out double topLeft, scoped out double topRight, scoped out double bottomRight, scoped out double bottomLeft)

Parameters

value
String
componentCount
Int32
topLeft
Double
topRight
Double
bottomRight
Double
bottomLeft
Double

Returns