NevronOpenVision
Nevron.Nov.UI Namespace / ENUniSizeMode Enumeration
In This Topic
    ENUniSizeMode Enumeration
    In This Topic
    Enumerates the size modes for a widget in an alignable content element which is placed in an alignable content element container.
    Syntax
    public enum ENUniSizeMode : System.Enum 
    Members
    MemberDescription
    HeightThe widget's desired height is set to the max height of a widget in the same group of the alignable element container.
    NoneNo sizing is applied. The widget's desired size is used.
    WidthThe widget's desired width is set to the max width of a widget in the same group of the alignable element container.
    WidthAndHeightThe widget's desired width and height are set to the max width and height of a widget in the same group of the alignable element container.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.UI.ENUniSizeMode

    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