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






In This Topic
    AutoScrollMinSize Property
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatLayout")>
    <System.ComponentModel.LocalizableAttribute(True)>
    <SRDescriptionAttribute("FormAutoScrollMinSizeDescr")>
    Public Property AutoScrollMinSize As System.Drawing.Size
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Drawing.Size
     
    instance.AutoScrollMinSize = value
     
    value = instance.AutoScrollMinSize
    [SRCategory("CatLayout")]
    [System.ComponentModel.Localizable(true)]
    [SRDescription("FormAutoScrollMinSizeDescr")]
    public System.Drawing.Size AutoScrollMinSize {get; set;}
    public read-write property AutoScrollMinSize: System.Drawing.Size; 
    SRCategoryAttribute("CatLayout")
    System.ComponentModel.LocalizableAttribute()
    SRDescriptionAttribute("FormAutoScrollMinSizeDescr")
    public function get,set AutoScrollMinSize : System.Drawing.Size
    [SRCategory("CatLayout")]
    [System.ComponentModel.Localizable(true)]
    [SRDescription("FormAutoScrollMinSizeDescr")]
    public: __property System.Drawing.Size get_AutoScrollMinSize();
    public: __property void set_AutoScrollMinSize( 
       System.Drawing.Size value
    );
    [SRCategory("CatLayout")]
    [System.ComponentModel.Localizable(true)]
    [SRDescription("FormAutoScrollMinSizeDescr")]
    public:
    property System.Drawing.Size AutoScrollMinSize {
       System.Drawing.Size get();
       void set (    System.Drawing.Size value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also