IWindowImpl.

CanResize(bool) Method

Summary

Enables or disables resizing of the window
Namespace
Avalonia.Platform
Containing Type
IWindowImpl

Syntax

void CanResize(bool value)

Parameters

Name Type Description
value bool

Return Value

Type Description
void