Defines how text wraps around a shape's bounding area, controlling whether text flows around a rectangle, follows contours, or skips sides.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Shapes
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public enum ShapeWrappingType
Fields
Disables text wrapping, placing the shape in front of or behind the text without affecting text flow.
C#
None = 0
Wraps text around a rectangular bounding box that encloses the shape, maintaining equal spacing on all sides.
C#
Square = 1
Wraps text only above and below the shape, leaving the left and right sides clear of text.
C#
TopAndBottom = 2