DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / WsiTile Structure / Fragments Property






    Fragments Property (WsiTile)
    List of fragments for this tile
    Syntax
    'Declaration
     
    
    Public Property Fragments As System.Collections.Generic.List(Of WsiTileFragment)
     
    'Usage
     
    
    Dim instance As WsiTile
    Dim value As System.Collections.Generic.List(Of WsiTileFragment)
     
    instance.Fragments = value
     
    value = instance.Fragments
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also