[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.FlowDirection

Enum FlowDirection

Namespace
GrapeCity.Documents.Text
Assembly
GcDocs.Imaging.dll

Indicates the direction of how lines of text are placed relative to one another.

public enum FlowDirection

Fields

HorizontalTopToBottom = 0

Specifies that horizontal text lines are placed from top to bottom.

VerticalLeftToRight = 2

Specifies that vertical text lines are placed from left to right.

VerticalRightToLeft = 1

Specifies that vertical text lines are placed from right to left.