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
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As DicomLabelCollection
     
    instance.ChildLabels = value
     
    value = instance.ChildLabels
    public DicomLabelCollection ChildLabels {get; set;}
    public read-write property ChildLabels: DicomLabelCollection; 
    public function get,set ChildLabels : DicomLabelCollection
    public: __property DicomLabelCollection* get_ChildLabels();
    public: __property void set_ChildLabels( 
       DicomLabelCollection* value
    );
    public:
    property DicomLabelCollection^ ChildLabels {
       DicomLabelCollection^ get();
       void set (    DicomLabelCollection^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also