Table of Contents

Enum ReadingDirection

Namespace
PaintDotNet.DirectWrite
Assembly
PaintDotNet.Windows.dll

Specifies the direction in which reading progresses.

public enum ReadingDirection

Fields

LeftToRight = 0
RightToLeft = 1
TopToBottom = 2
BottomToTop = 3