IsVisible

Property

Namespace: Imagini

Declared in: Imagini.WindowSettings


Flag indicating if the window should be visible.

Syntax

public bool IsVisible { public get; public set; }

Remarks

Used only on window creation, to change window visibility after creation use Window.Show and Window.Hide . Default is true.
Back to index