Title

Property

Namespace: Imagini

Declared in: Imagini.WindowSettings


Specifies the window title.

Syntax

public string Title { public get; public set; }

Remarks

Used only on window creation, to change window title after creation use Window.Title .
Back to index