rex_anchor2
Introduction
Position objects relative to the size of the window.
Position objects relative to the size of the window.
Usage
Horizontal
Align mode of horizontal could be one of these options
Align mode of horizontal could be one of these options
- Left edge
- Right edge
- Center
- Hotspot
- 0 = left edge of view port
- 0.5 = center of view port
- 1 = right edge of view port
Vertical
Align mode of vertical could be one of these options
Align mode of vertical could be one of these options
- Top edge
- Bottom edge
- Center
- Hotspot
- 0 = top edge of view port
- 0.5 = center of view port
- 1 = bottom edge of view port
Sample
Align at center
Sample capx - center
Set
Sample capx - center
Set
- Horizontal align mode = Center
- Horizontal position = 0.5
- Vertical align mode = Center
- Vertical position = 0.5
Align at right center
Sample capx - right center
Set
Sample capx - right center
Set
- Horizontal align mode = Right edge
- Horizontal position = 0
- Vertical align mode = Center
- Vertical position = 0.5