GridLength.

ParseLengths(string) Method

Summary

Parses a string to return a collection of GridLengths.
Namespace
Avalonia.Controls
Containing Type
GridLength

Syntax

public static IEnumerable<GridLength> ParseLengths(string s)

Parameters

Name Type Description
s string The string.

Return Value

Type Description
IEnumerable<GridLength> The GridLength.