Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NPropertyEditor Class / AutoSizeMode Property


In This Topic
    AutoSizeMode Property (NPropertyEditor)
    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 NPropertyEditor
    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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also