EnumShapeWrappingType
Enum
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:
cs-api-definition
public enum ShapeWrappingType
Fields
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.