Enum LanguageDirection
An enumeration of the text flow directions supported by JSON-LD 1.1.
Namespace: VDS.RDF.JsonLd.Syntax
Assembly: dotNetRDF.dll
Syntax
public enum LanguageDirection
Fields
| Name | Description |
|---|---|
| LeftToRight | Text direction is left to right |
| RightToLeft | Text direction is right to left |
| Unspecified | Text direction is unspecified / null |