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

Definition

Assembly XamlToCSharpGenerator.Core.dll
public static bool TryParseThickness(string? value, scoped out int componentCount, scoped out double left, scoped out double top, scoped out double right, scoped out double bottom)

Parameters

value
String
componentCount
Int32
left
Double
top
Double
right
Double
bottom
Double

Returns