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


In This Topic
    DefaultHeight Property (NBoxElement)
    In This Topic
    Gets the default height of the element. (in parent coordinates) Automatically updated by Nevron.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DefaultHeight As System.Double
    'Usage
     
    
    Dim instance As NBoxElement
    Dim value As System.Double
     
    value = instance.DefaultHeight
    public System.double DefaultHeight {get;}
    Remarks
    The value of this property is automatically computed during the measure pass. It represents the height 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