public enum ENStackFillMode : System.Enum
public enum ENStackFillMode : System.Enum
Member | Description |
---|---|
Equal | The stack increases the items size with equal amounts to fill the available area. |
First | The stack increases the items size in forward order until the stack fills the available area. |
Justify | The stack increases the spacing between the items to fill the available area. |
Last | The stack increases the items size in reverse order until the stack fills the available area. |
None | The stack does not attempt to fill the available area. |
Proportional | The stack increases the items size with proportional amounts to fill the available area. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Layout.ENStackFillMode
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)