public enum ENUniSizeMode : System.Enum
public enum ENUniSizeMode : System.Enum
Member | Description |
---|---|
Height | The widget's desired height is set to the max height of a widget in the same group of the alignable element container. |
None | No sizing is applied. The widget's desired size is used. |
Width | The widget's desired width is set to the max width of a widget in the same group of the alignable element container. |
WidthAndHeight | The 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. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.UI.ENUniSizeMode
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)