GridLengthParse Method

Parses a string to return a GridLength.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static GridLength Parse(
	string s
)

Parameters

s  String
The string.

Return Value

GridLength
The GridLength.

See Also