[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgWritingMode

Enum SvgWritingMode

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

Specifies whether lines of text are laid out horizontally or vertically and the direction in which blocks progress.

public enum SvgWritingMode

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.