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






    CurrentAutoScaleDimensions Property
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    <SRCategoryAttribute("CatLayout")>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Public ReadOnly Property CurrentAutoScaleDimensions As System.Drawing.SizeF
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Drawing.SizeF
     
    value = instance.CurrentAutoScaleDimensions
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also