ComponentOne Word for UWP
ZIndexType Enumeration

C1.UWP.Word Assembly > C1.Xaml.Word.Canvas Namespace : ZIndexType Enumeration
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.Xaml.Word.Canvas.ZIndexType

See Also

Reference

C1.Xaml.Word.Canvas Namespace