TextDirection Enumeration

Specifies a text direction to iterate the content of a textfile.

Definition

Namespace: DevCase.Core.DataProcessing.TextFiles
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum TextDirection

Members

Top 0 From top to bottom.
Bottom 1 From bottom to top.

See Also