Click or drag to resize

BasicWindowId Property

Gets or sets the identifier of the Window.

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public Guid Id { get; set; }

Property Value

Type: Guid
The identifier is used to identify the parameters stored (for example: windows size and position or other customizable values). To properly use these functions, please assign a different Guid in the constructor.
See Also