TextWrap
Enum
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 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