Table of Contents

Struct WindowParameters

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public struct WindowParameters
Inherited Members
Extension Methods

Properties

Height

public int Height { readonly get; set; }

Property Value

int

IsFixedSize

For desktop: if you set this to true the app window will not be allowed to be resized manually.

public bool IsFixedSize { readonly get; set; }

Property Value

bool

Width

public int Width { readonly get; set; }

Property Value

int