GridLengthParseLengths Method

Parses a string to return a collection of GridLengths.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static IEnumerable<GridLength> ParseLengths(
	string s
)

Parameters

s  String
The string.

Return Value

IEnumerableGridLength
The GridLength.

See Also