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