ParagraphDirection Enumeration

Contains the text direction options for paragraphs.

Namespace: Aurigma.GraphicsMill.Codecs.Psd
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public enum ParagraphDirection

Members

Member name Description
LTR

The left-to-right direction.

RTL

The right-to-left direction.

See Also

Reference