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

In This Topic
    ChildLabels Property
    In This Topic
    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
    public DicomLabelCollection ChildLabels {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also