DicomObjects.NET.V8
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.0 or higher

See Also