DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / MaximizedBounds Property






In This Topic
    MaximizedBounds Property
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Property MaximizedBounds As System.Drawing.Rectangle
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Drawing.Rectangle
     
    instance.MaximizedBounds = value
     
    value = instance.MaximizedBounds
    protected System.Drawing.Rectangle MaximizedBounds {get; set;}
    protected read-write property MaximizedBounds: System.Drawing.Rectangle; 
    protected function get,set MaximizedBounds : System.Drawing.Rectangle
    protected: __property System.Drawing.Rectangle get_MaximizedBounds();
    protected: __property void set_MaximizedBounds( 
       System.Drawing.Rectangle value
    );
    protected:
    property System.Drawing.Rectangle MaximizedBounds {
       System.Drawing.Rectangle get();
       void set (    System.Drawing.Rectangle value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also