DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / ChildLabels Property






    ChildLabels Property
    A DicomLabel collection linked with the primary DicomLabel. Useful for grouping labels together so you can do one operation for all of them, i.e movement.
    Syntax
    'Declaration
     
    
    Public Property ChildLabels As DicomLabelCollection
     
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As DicomLabelCollection
     
    instance.ChildLabels = value
     
    value = instance.ChildLabels
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also