Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / WrappingVerticalOffsetAlignmentFrom Enumeration


In This Topic
    WrappingVerticalOffsetAlignmentFrom Enumeration
    In This Topic
    Value indicating the element from which the vertical offset of an element is calculated.
    Syntax
    'Declaration
     
    Public Enum WrappingVerticalOffsetAlignmentFrom 
       Inherits System.Enum
    'Usage
     
    Dim instance As WrappingVerticalOffsetAlignmentFrom
    public enum WrappingVerticalOffsetAlignmentFrom : System.Enum 
    Members
    MemberDescription
    BottomMarginElement's VerticalOffset is calculated relative to the bottom margin.
    InsideMarginElement's VerticalOffset is calculated relative to the inside margin.
    LineElement's VerticalOffset is calculated relative to the line.
    MarginElement's VerticalOffset is calculated relative to the margin.
    NoneNot using any vertical offset alignment from.
    OutSideMarginElement's VerticalOffset is calculated relative to the outside margin.
    PageElement's VerticalOffset is calculated relative to the page top position.
    ParagraphElement's VerticalOffset is calculated relative to the paragraph.
    TopMarginElement's VerticalOffset is calculated relative to the top margin.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Document.NET.WrappingVerticalOffsetAlignmentFrom

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also