Numerical Matrix Format
User Reference
|
Relative Panel coordinate identifiers are used to simplify creating Panel Templates. Relative Panel coordinate identifiers are case-insensitive.
Identifiers | Description |
---|---|
@Top | Outer Top Side of Panel. |
@Left | Outer Left Side of Panel |
@Right | Outer Right Side of Panel |
@Bottom | Outer Bottom Side of Panel |
@CenterX | Horizontal Center of Panel |
@CenterY | Vertical Center of Panel |
@MarginTop | Top Margin of Panel |
@MarginLeft | Left Margin of Panel |
@MarginRight | Right Margin of Panel |
@MarginBottom | Bottom Margin of Panel |
Identifiers | Description |
---|---|
@T | @Top |
@L | @Left |
@R | @Right |
@B | @Bottom |
@CX | @CenterX |
@CY | @CenterY |
@MT | @MarginTop |
@ML | @MarginLeft |
@MR | @MarginRight |
@MB | @MarginBottom |
Identifiers | Description |
---|---|
@Right-1 | Would result in -1 unit (from the Panel Right side) |
@Bottom+0.25 | Would result in 0.25 unit (from Panel Bottom) |
@Left+0.5 | Would result in 0.5 unit (from Panel Left) |
@Top-0.75 | Would result in -0.75 unit (from Panel Top) |
@CX | Would result in the horizontal center of the panel |
@centery+1 | Would result in the vertical center of the panel plus 1 unit. |
@Right-@MR | Would result in inner right of the panel. |