SizeWithHeight Method
Returns a new
Size with the same width and the specified height.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Size WithHeight(
double height
)
Public Function WithHeight (
height As Double
) As Size
member WithHeight :
height : float -> Size
- height Double
- The height.
SizeThe new
Size.