RowDefinitionsParse Method

Parses a string representation of row definitions collection.

Definition

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

Parameters

s  String
The row definitions string.

Return Value

RowDefinitions
The RowDefinitions.

See Also