Enum ShapeWrappingType
Defines different modes of wrapping.
Namespace: Telerik.Windows.Documents.Flow.Model.Shapes
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum ShapeWrappingType
None
No wrapping should be used for the related element. In effect, this setting shall place the object in front of or behind the text.
Square
This element specifies that text shall wrap around a virtual rectangle bounding this shape.
TopAndBottom
This element specifies that text shall wrap around the top and bottom of this object, but not its left or right edges.