Toggle side menu
Toggle side menu
Home
Documentation
API
Rect
.
WithHeight
(double)
Method
Summary
Returns a new
Rect
with the specified height.
Namespace
Avalonia
Containing Type
Rect
Syntax
public Rect WithHeight(double height)
Parameters
Name
Type
Description
height
double
The height.
Return Value
Type
Description
Rect
The new
Rect
.