DicomObjects.NET.V8
DicomObjects Namespace / DicomLabel Class / ChildAlignment Property



    ChildAlignment Property
    Specify the locations of the child labels
    Syntax
    'Declaration
     
    Public Property ChildAlignment As ContentAlignment
     
    'Usage
     
    Dim instance As DicomLabel
    Dim value As ContentAlignment
     
    instance.ChildAlignment = value
     
    value = instance.ChildAlignment
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also