Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NUniSizeBox Class / UniSizeMode Property


In This Topic
    UniSizeMode Property
    In This Topic
    Gets or sets whether the only the DesiredWidth, only the DesiredHeight or both the DesiredWidth and DesiredHeight of this item should be equal to the max measure of the items of the same sub-group in the OwnerGroup. By default set to Width.
    Syntax
    'Declaration
     
    
    Public Property UniSizeMode As ENUniSizeMode
    'Usage
     
    
    Dim instance As NUniSizeBox
    Dim value As ENUniSizeMode
     
    instance.UniSizeMode = value
     
    value = instance.UniSizeMode
    public ENUniSizeMode UniSizeMode {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