SizeWithHeight Method

Returns a new Size with the same width and the specified height.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Size WithHeight(
	double height
)

Parameters

height  Double
The height.

Return Value

Size
The new Size.

See Also