blockDirection property

Gets a string value that indicates whether the content in the block element flows from left to right, or from right to left.

Syntax

HRESULT value = object.get_blockDirection(* p);

Property values

Type: BSTR

ltr

Content flows from left to right.

rtl

Content flows from right to left.

See also

IHTMLCurrentStyle::direction