Size.

WithHeight(double) Method

Summary

Returns a new Size with the same width and the specified height.
Namespace
Avalonia
Containing Type
Size

Syntax

public Size WithHeight(double height)

Parameters

Name Type Description
height double The height.

Return Value

Type Description
Size The new Size.