Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / ENWrapMode Enumeration


In This Topic
    ENWrapMode Enumeration
    In This Topic
    Enumerates the wrapping modes
    Syntax
    'Declaration
     
    
    Public Enum ENWrapMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENWrapMode
    public enum ENWrapMode : System.Enum 
    Members
    MemberDescription
    AfterBlock allows inline content to flow only after its right edge
    BeforeBlock allows inline content to flow only before its left edge
    NoneThe block does not use wrapping.
    ParallelBlock allows inline content to flow before its left edge and after its right edge
    ThroughBlock allows inline content to flow inside its area
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Text.ENWrapMode

    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