ComponentOne Word for UWP
ShapeWrapType Enumeration

C1.UWP.Word Assembly > C1.Xaml.Word.Canvas Namespace : ShapeWrapType Enumeration
Specifies content wrap type of the objects.
Syntax
'Declaration
 
Public Enum ShapeWrapType 
   Inherits System.Enum
public enum ShapeWrapType : System.Enum 
Members
MemberDescription
AroundThe around wrap of the object.
DefaultThe default wrap (no wrap) of the object.
ThroughThe through wrap of the object.
TightThe tight wrap of the object.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Word.Canvas.ShapeWrapType

See Also

Reference

C1.Xaml.Word.Canvas Namespace