Enum
TextWrap

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:

cs-api-definition
public enum TextWrap

Fields

BothSides

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

Declaration

cs-api-definition
BothSides = 0

Field Value

TextWrap

Largest

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

Declaration

cs-api-definition
Largest = 3

Field Value

TextWrap

LeftOnly

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

Declaration

cs-api-definition
LeftOnly = 1

Field Value

TextWrap

RightOnly

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

Declaration

cs-api-definition
RightOnly = 2

Field Value

TextWrap

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