Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibraryGroup Class / AutoSizeMode Property


In This Topic
    AutoSizeMode Property (NLibraryGroup)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRDescriptionAttribute("ControlAutoSizeModeDescr")>
    <SRCategoryAttribute("CatLayout")>
    <System.ComponentModel.BrowsableAttribute(True)>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.ComponentModel.LocalizableAttribute(True)>
    Public Overridable Property AutoSizeMode As System.Windows.Forms.AutoSizeMode
    'Usage
     
    
    Dim instance As NLibraryGroup
    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 virtual 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