Nevron Open Vision Documentation
Nevron.Nov.Office Namespace / NSplashScreenForm Class / AutoSizeMode Property


In This Topic
    AutoSizeMode Property (NSplashScreenForm)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.Windows.Forms.SRDescriptionAttribute("ControlAutoSizeModeDescr")>
    <System.Windows.Forms.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 NSplashScreenForm
    Dim value As System.Windows.Forms.AutoSizeMode
     
    instance.AutoSizeMode = value
     
    value = instance.AutoSizeMode
    [System.Windows.Forms.SRDescription("ControlAutoSizeModeDescr")]
    [System.Windows.Forms.SRCategory("CatLayout")]
    [System.ComponentModel.Browsable(true)]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.ComponentModel.Localizable(true)]
    public System.Windows.Forms.AutoSizeMode AutoSizeMode {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also