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


In This Topic
    DesiredHeight Property (NBoxElement)
    In This Topic
    Gets the desired height of the element. (in parent coordinates) Automatically updated by Nevron.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DesiredHeight As System.Double
    'Usage
     
    
    Dim instance As NBoxElement
    Dim value As System.Double
     
    value = instance.DesiredHeight
    public System.double DesiredHeight {get;}
    Remarks
    The value of this property is automatically computed during the measure pass. It represents the height that this box wants to take inside its parent. Parents try to place boxes in slots that are large enough to encompass their desired 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