DicomObjects.NET.8.48 Documentation
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 System.Drawing.ContentAlignment
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As System.Drawing.ContentAlignment
     
    instance.ChildAlignment = value
     
    value = instance.ChildAlignment
    public System.Drawing.ContentAlignment ChildAlignment {get; set;}
    public read-write property ChildAlignment: System.Drawing.ContentAlignment; 
    public function get,set ChildAlignment : System.Drawing.ContentAlignment
    public: __property System.Drawing.ContentAlignment get_ChildAlignment();
    public: __property void set_ChildAlignment( 
       System.Drawing.ContentAlignment value
    );
    public:
    property System.Drawing.ContentAlignment ChildAlignment {
       System.Drawing.ContentAlignment get();
       void set (    System.Drawing.ContentAlignment value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also