RelativeRectParse Method

Parses a RelativeRect string.

Definition

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

Parameters

s  String
The string.

Return Value

RelativeRect
The parsed RelativeRect.

See Also