HTMLElement.Dir

HTMLElement.Dir property

Specifies the base direction of directionally neutral text and the directionality of tables. See the dir attribute definition in HTML 4.01.

public string Dir { get; set; }

See Also