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






In This Topic
    AutoSizeMode Property (LicenseDialog)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRDescriptionAttribute("ControlAutoSizeModeDescr")>
    <SRCategoryAttribute("CatLayout")>
    <System.ComponentModel.BrowsableAttribute(True)>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.ComponentModel.LocalizableAttribute(True)>
    Public Property AutoSizeMode As System.Windows.Forms.AutoSizeMode
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.AutoSizeMode
     
    instance.AutoSizeMode = value
     
    value = instance.AutoSizeMode
    [SRDescription("ControlAutoSizeModeDescr")]
    [SRCategory("CatLayout")]
    [System.ComponentModel.Browsable(true)]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.ComponentModel.Localizable(true)]
    public System.Windows.Forms.AutoSizeMode AutoSizeMode {get; set;}
    public read-write property AutoSizeMode: System.Windows.Forms.AutoSizeMode; 
    SRDescriptionAttribute("ControlAutoSizeModeDescr")
    SRCategoryAttribute("CatLayout")
    System.ComponentModel.BrowsableAttribute()
    System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
    System.ComponentModel.LocalizableAttribute()
    public function get,set AutoSizeMode : System.Windows.Forms.AutoSizeMode
    [SRDescription("ControlAutoSizeModeDescr")]
    [SRCategory("CatLayout")]
    [System.ComponentModel.Browsable(true)]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.ComponentModel.Localizable(true)]
    public: __property System.Windows.Forms.AutoSizeMode get_AutoSizeMode();
    public: __property void set_AutoSizeMode( 
       System.Windows.Forms.AutoSizeMode value
    );
    [SRDescription("ControlAutoSizeModeDescr")]
    [SRCategory("CatLayout")]
    [System.ComponentModel.Browsable(true)]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.ComponentModel.Localizable(true)]
    public:
    property System.Windows.Forms.AutoSizeMode AutoSizeMode {
       System.Windows.Forms.AutoSizeMode get();
       void set (    System.Windows.Forms.AutoSizeMode value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also