[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.FlowDirection

FlowDirection Enum

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

Namespace: GrapeCity.Documents.Text
Assembly: DS.Documents.Imaging.dll
Syntax
public enum FlowDirection
Public Enum FlowDirection

Fields

Name Description
HorizontalTopToBottom

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

VerticalLeftToRight

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

VerticalRightToLeft

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