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






In This Topic
    DefaultSize Property (LicenseDialog)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property DefaultSize As System.Drawing.Size
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Drawing.Size
     
    value = instance.DefaultSize
    protected virtual System.Drawing.Size DefaultSize {get;}
    protected read-only property DefaultSize: System.Drawing.Size; virtual; 
    protected function get DefaultSize : System.Drawing.Size
    protected: __property virtual System.Drawing.Size get_DefaultSize();
    protected:
    virtual property System.Drawing.Size DefaultSize {
       System.Drawing.Size get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also