Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NToolboxItemMetaUnit Class / DefaultSize Property


In This Topic
    DefaultSize Property (NToolboxItemMetaUnit)
    In This Topic
    Gets/Sets the default size of the control when dropped into a form/window. By default set to NSize.Undefined, which means that this value is ignored.
    Syntax
    'Declaration
     
    
    Public Property DefaultSize As NSize
    'Usage
     
    
    Dim instance As NToolboxItemMetaUnit
    Dim value As NSize
     
    instance.DefaultSize = value
     
    value = instance.DefaultSize
    public NSize DefaultSize {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