Enum TextWrap
Specifies which side or sides of a shape text flows around when wrapping is enabled.
Namespace: Telerik.Windows.Documents.Flow.Model.Shapes
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum TextWrap
BothSides
Specifies that text shall wrap around both sides of the object.
Largest
Specifies that text shall only wrap around the largest side of the object.
LeftOnly
Specifies that text shall only wrap around the left side of the object.
RightOnly
Specifies that text shall only wrap around the right side of the object.