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



In This Topic
    ChildAlignment Property
    In This Topic
    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
    public ContentAlignment ChildAlignment {get; set;}
    public:
    property ContentAlignment ChildAlignment {
       ContentAlignment get();
       void set (    ContentAlignment value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also