ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Canvas Namespace / ZIndexType Enumeration

In This Topic
    ZIndexType Enumeration
    In This Topic
    Specifies content wrap type of the objects.
    Syntax
    'Declaration
     
    Public Enum ZIndexType 
       Inherits System.Enum
    public enum ZIndexType : System.Enum 
    Members
    MemberDescription
    Back.
    Bottom.
    DefaultThe default z-index type (for text data).
    Front.
    TextBack.
    TextFront.
    Top.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Word.Canvas.ZIndexType

    See Also