DicomObjects.NET.V8
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
    'Usage
     
    Dim instance As DicomLabel
    Dim value As DicomLabelCollection
     
    instance.ChildLabels = value
     
    value = instance.ChildLabels
    public DicomLabelCollection ChildLabels {get; set;}
    public:
    property DicomLabelCollection^ ChildLabels {
       DicomLabelCollection^ get();
       void set (    DicomLabelCollection^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also