2.18 .backpage

.backpage defines the corner in which the page borders visible on the side shall meet.

Definition

  • Data type

    enum

  • Access

    get, set

  • changed event

    yes

Value range

bp_bottomright (default)

Page borders are visible at the bottom and on the right.

bp_bottomleft

Page borders are visible at the bottom and on the left.

bp_topright

Page borders are visible on the top and on the right.

bp_topleft

Page borders are visible on the top and on the left.

In the following table the effects of the attributes .backpage and .direction on the positioning of major tabs and minor tabs as well as on the binding are shown:

.backpage

.direction

Major Tab

Minor Tab

Binding

bp_bottomright

1

right

bottom

left

bp_bottomright

2

bottom

right

top

bp_bottomleft

1

left

bottom

right

bp_bottomleft

2

bottom

left

top

bp_topright

1

right

top

left

bp_topright

2

top

right

bottom

bp_topleft

1

left

top

right

bp_topleft

2

top

left

bottom