Gets or sets a collection with the windows contained in the host. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public ObservableCollection<Window> Windows { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Windows As ObservableCollection(Of Window) |
An observable collection of Window objects representing the windows contained in the host.
See Also