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






In This Topic
    CurrentAutoScaleDimensions Property
    In This Topic
    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
    [System.ComponentModel.Browsable(false)]
    [SRCategory("CatLayout")]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    public System.Drawing.SizeF CurrentAutoScaleDimensions {get;}
    public read-only property CurrentAutoScaleDimensions: System.Drawing.SizeF; 
    System.ComponentModel.BrowsableAttribute()
    SRCategoryAttribute("CatLayout")
    System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
    public function get CurrentAutoScaleDimensions : System.Drawing.SizeF
    [System.ComponentModel.Browsable(false)]
    [SRCategory("CatLayout")]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    public: __property System.Drawing.SizeF get_CurrentAutoScaleDimensions();
    [System.ComponentModel.Browsable(false)]
    [SRCategory("CatLayout")]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    public:
    property System.Drawing.SizeF CurrentAutoScaleDimensions {
       System.Drawing.SizeF get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also