Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NBoxElement Class / DefaultWidth Property


In This Topic
    DefaultWidth Property
    In This Topic
    Gets the default width of the element (in parent coordinates). Automatically updated by Nevron.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DefaultWidth As System.Double
    'Usage
     
    
    Dim instance As NBoxElement
    Dim value As System.Double
     
    value = instance.DefaultWidth
    public System.double DefaultWidth {get;}
    Remarks
    The value of this property is automatically computed during the measure pass. It represents the width that this box wants to take regardless of the size of the slot assigned to it. Boxes always aim to take their default size.
    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