Skip to main content

ParseLengths Method

Parses a string to return a collection of GridLengths.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public static IEnumerable<GridLength> ParseLengths(
string s
)
View Source

Parameters

  String
The string.

Return Value

IEnumerable(GridLength)
The GridLength.

See Also

Reference

GridLength Structure
Avalonia.Controls Namespace