VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.Wpf.UI Namespace / WpfMprSliceViewCollection Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    WpfMprSliceViewCollection Class
    In This Topic
    Represents a collection of MPR slice views.
    Object Model
    WpfMprSliceView WpfMprSliceViewCollection
    Syntax
    'Declaration
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.ICollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public NotInheritable Class WpfMprSliceViewCollection
       Inherits System.Collections.ObjectModel.Collection(Of Vintasoft.Imaging.Dicom.Mpr.Wpf.UI.WpfMprSliceView)
    
    
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.ICollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public sealed class WpfMprSliceViewCollection : System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Dicom.Mpr.Wpf.UI.WpfMprSliceView>
    
    
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.ICollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public __gc __sealed class WpfMprSliceViewCollection : public System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Dicom.Mpr.Wpf.UI.WpfMprSliceView*>*
    
    
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.ICollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public ref class WpfMprSliceViewCollection sealed : public System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Dicom.Mpr.Wpf.UI.WpfMprSliceView^>^
    
    
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Dicom.Mpr.Wpf.UI.WpfMprSliceView>
          Vintasoft.Imaging.Dicom.Mpr.Wpf.UI.WpfMprSliceViewCollection

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also