relative-inline-start-of

Introduction

The current element is to the left/right of the sibling element corresponding to the specified id in relative-layout.

When direction is ltr, relative-inline-start-of is equivalent to relative-left-of;

When direction is rtl/lynx-rtl, relative-inline-start-of is equivalent to relative-right-of.

Examples

Values

The relative-inline-start-of property takes the same values as the relative-left-of.

Syntax

relative-inline-start-of: none;
relative-inline-start-of: 1;
relative-inline-start-of: 2;

Formal definition

Initial valuenone
Applies torelative items
Inheritedno
Animatable

Formal syntax

relative-inline-start-of = none | <number>

Difference between web

  • There is no such style in web.

Compatibility

LCD tables only load in the browser

Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.