Lines Matching refs:relative
49 Sets the absolute position of the component relative to the position of the parent component.
61 …relative to the position of the parent component. If the parent container is **Row**, **Column**, …
85 Sets the offset of the component relative to its original position.
97 …relative to its original position. The **offset** attribute does not affect the layout of the pare…
103 Sets the alignment rules in the relative container. This API is valid only when the container is [R…
115 | value | [AlignRuleOption](#alignruleoption) | Yes | Alignment rules in the relative container.|
121 …relative container. This API is valid only when the container is [RelativeContainer](ts-container-…
133 …lignRuleOptions](#localizedalignruleoptions12) | Yes | Alignment rules in the relative container.|
141 …nent that functions as the anchor point.<br>- **align**: alignment mode relative to the anchor com…
142 …nent that functions as the anchor point.<br>- **align**: alignment mode relative to the anchor com…
143 …nent that functions as the anchor point.<br>- **align**: alignment mode relative to the anchor com…
144 …nent that functions as the anchor point.<br>- **align**: alignment mode relative to the anchor com…
145 …nent that functions as the anchor point.<br>- **align**: alignment mode relative to the anchor com…
170 …ign](ts-appendix-enums.md#horizontalalign) | Horizontal alignment mode relative to the anchor com…
179 | align | [VerticalAlign](ts-appendix-enums.md#verticalalign) | Vertical alignment mode relative…
299 This example demonstrates position offsets based on the parent component, relative positioning, and…
308 …// Set the offset of the component's upper left corner relative to the parent component's upper le…
330 …// Offset relative to the start point. x indicates the horizontal distance between the end point a…
357 …// Offset of the component relative to itself. If the value of x is greater than 0, the component …
388 … the position of child components relative to the parent component. It also shows how to use **off…