TXRulerBar.Direction Property

Gets or sets a value specifying the direction of the ruler bar in the document. Depending on the direction either a horizontal or a vertical ruler is displayed.

Introduced: 13.0.

Syntax

TXRulerBar.Direction [= value]
Setting Description
0 - txHorizontal (Default). Paints a horizontal ruler bar.
1 - txVertical Paints a vertical ruler bar.

Data Types

Integer.

See Also