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

In This Topic
    ShapeWrapType Enumeration
    In This Topic
    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.WPF.Word.Canvas.ShapeWrapType

    See Also