New to Telerik Document ProcessingStart a free 30-day trial

Specifies which side or sides of a shape text flows around when wrapping is enabled.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Shapes

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

C#
public enum TextWrap

Fields

Specifies that text shall wrap around both sides of the object.

C#
BothSides = 0

Specifies that text shall only wrap around the largest side of the object.

C#
Largest = 3

Specifies that text shall only wrap around the left side of the object.

C#
LeftOnly = 1

Specifies that text shall only wrap around the right side of the object.

C#
RightOnly = 2
In this article
DefinitionFieldsBothSidesLargestLeftOnlyRightOnly
Not finding the help you need?
Contact Support