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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also