Enum
ShapeWrappingType

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.

Declaration

cs-api-definition
None = 0

Field Value

ShapeWrappingType

Square

Wraps text around a rectangular bounding box that encloses the shape, maintaining equal spacing on all sides.

Declaration

cs-api-definition
Square = 1

Field Value

ShapeWrappingType

TopAndBottom

Wraps text only above and below the shape, leaving the left and right sides clear of text.

Declaration

cs-api-definition
TopAndBottom = 2

Field Value

ShapeWrappingType

In this article
DefinitionFieldsNoneSquareTopAndBottom
Not finding the help you need?
Contact Support