public enum ENWrapMode : System.Enum
public enum ENWrapMode : System.Enum
Member | Description |
---|---|
After | Block allows inline content to flow only after its right edge |
Before | Block allows inline content to flow only before its left edge |
None | The block does not use wrapping. |
Parallel | Block allows inline content to flow before its left edge and after its right edge |
Through | Block allows inline content to flow inside its area |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Text.ENWrapMode
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)