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