| Property |
Description |
Valid values |
| HorizontalPositioning |
Specifies how control is positioned horizontally |
Center control is center positioned relatively to its container |
| Relative control positioned relatively to some other control (set with properties: LeftOrigin, RightOrigin) |
| VerticalPositioning |
Specifies how control is positioned vertically |
Center control is center positioned relatively to its container |
| Relative control positioned relatively to some other control (set with properties: TopOrigin, BottomOrigin |
| WidthMode |
Specifies how the width of the control is calculated |
Fixed the width of the control is fixed as to the value specified in controls property box unless both LeftOriginMode and RightOriginMode are specified |
| Relative the width of the control is calculated relatively as the width of the origin control is changed |
| WidthOrigin |
Specifies control that is used as origin when WidthMode is specified as Relative (see item above) |
Any valid control from the selection box |
| HeightMode |
Specifies how the height of the control is calculated |
Fixed the height of the control is fixed to the value specified in controls property box unless both TopOriginMode and BottomOriginMode are specified |
| Relative the height of the control is calculated relatively as the height of the origin control is changed |
| HeightOrigin |
Specifies control that is used for origin when HeightMode is specified as Relative (see item above) |
Any valid control from the selection box |
| LeftOriginMode |
Specified how left edge of the control is aligned when HorizontalPositioning is set as Relative |
Left left edge of the control is aligned to the left edge of the origin control |
| Center left edge of the control is aligned to the center of the origin control |
| Right left edge of the control is aligned to the right edge of the origin control |
| None No alignment for the left edge of the control |
| LeftOrigin |
Specifies control that is used as origin for the LeftOriginMode setting (see item above) |
Any valid control from the selection box |
| RightOriginMode |
Specified how right edge of the control is aligned when HorizontalPositioning is set as Relative |
Left right edge of the control is aligned to the left edge of the origin control |
| Center right edge of the control is aligned to the center of the origin control |
| Right right edge of the control is aligned to the right edge of the origin control |
| None No alignment for the right edge of the control |
| RightOrigin |
Specifies control that is used as origin for the RightOriginMode setting (see item above) |
Any valid control from the selection box |
| TopOriginMode |
Specified how top edge of the control is aligned when VerticalPositioning is set as Relative |
Top top edge of the control is aligned to the top edge of the origin control |
| Center top edge of the control is aligned to the vertical center of the origin control |
| Bottom top edge of the control is aligned to the bottom of the origin control |
| None No alignment for the top edge of the control |
| TopOrigin |
Specified how top edge of the control is aligned when VerticalPositioning is set as Relative |
Any valid control from the selection box |
| BottomOriginMode |
Specified how bottom edge of the control is aligned when VerticalPositioning is set as Relative |
Top bottom edge of the control is aligned to the top edge of the origin control |
| Center bottom edge of the control is aligned to the vertical center of the origin control |
| Bottom bottom edge of the control is aligned to the bottom of the origin control |
| None No alignment for the bottom edge of the control |
| BottomOrigin |
Specified how bottom edge of the control is aligned when VerticalPositioning is set as Relative |
Any valid control from the selection box |