

'Declaration<DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public NotInheritable Class ZoomboxViewStack Inherits System.Collections.ObjectModel.Collection(Of ZoomboxView)
'UsageDim instance As ZoomboxViewStack
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public sealed class ZoomboxViewStack : System.Collections.ObjectModel.Collection<ZoomboxView>
System.Object
System.Collections.ObjectModel.Collection<T>
Xceed.Wpf.Toolkit.Zoombox.ZoomboxViewStack
| Name | Description | |
|---|---|---|
![]() | ZoomboxViewStack Constructor | Initializes a new instance of the XYZ class. |
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from System.Collections.ObjectModel.Collection<ZoomboxView>) |
![]() | Item | (Inherited from System.Collections.ObjectModel.Collection<ZoomboxView>) |
![]() | SelectedView | The currently selected view within the stack. |
| Name | Description | |
|---|---|---|
![]() | Items | (Inherited from System.Collections.ObjectModel.Collection<ZoomboxView>) |
| Name | Description | |
|---|---|---|
![]() | Add | (Inherited from System.Collections.ObjectModel.Collection<ZoomboxView>) |
![]() | Clear | (Inherited from System.Collections.ObjectModel.Collection<ZoomboxView>) |
![]() | Contains | (Inherited from System.Collections.ObjectModel.Collection<ZoomboxView>) |
![]() | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<ZoomboxView>) |
![]() | GetEnumerator | (Inherited from System.Collections.ObjectModel.Collection<ZoomboxView>) |
![]() | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<ZoomboxView>) |
![]() | Insert | (Inherited from System.Collections.ObjectModel.Collection<ZoomboxView>) |
![]() | ReceiveWeakEvent | |
![]() | Remove | (Inherited from System.Collections.ObjectModel.Collection<ZoomboxView>) |
![]() | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<ZoomboxView>) |
| Name | Description | |
|---|---|---|
![]() | ClearItems | Overridden. Clears the view stack. |
![]() | InsertItem | Overridden. Inserts a view into the view stack. |
![]() | RemoveItem | Overridden. Removes an item from the view stack. |
![]() | SetItem | Overridden. Modifies a view currently on the stack. |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.