Click or drag to resize

LanguageDirection Enumeration

An enumeration of the text flow directions supported by JSON-LD 1.1.

Namespace:  VDS.RDF.JsonLd.Syntax
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public enum LanguageDirection
Members
  Member nameValueDescription
Unspecified0 Text direction is unspecified / null
LeftToRight1 Text direction is left to right
RightToLeft2 Text direction is right to left
See Also