IsResizable

Property

Namespace: Imagini

Declared in: Imagini.WindowSettings


Flag indicating if the window should be resizable.

Syntax

public bool IsResizable { public get; public set; }

Remarks

Should be specified at window creation, cannot be changed later. Default is false.
Back to index