CODIUM Programming Language (CPL) CodiumSDK CPL Positions
July 14, 2023 at 8:30 PMEnsamblado: CodiumSDK.dll
| C# |
| public enum Positions |
| Constante | Descripción | |
|---|---|---|
| Absolute | The element is positioned relative to its first positioned (not static) ancestor element | |
| Fixed | The element is positioned relative to the browser window | |
| Inherit | Inherits this property from its parent element. | |
| Initial | Sets this property to its default value. | |
| Relative | The element is positioned relative to its normal position, so “left:20px” adds 20 pixels to the element’s LEFT position | |
| Static | Default value.Elements render in order, as they appear in the document flow | |
| Sticky | The element is positioned based on the user’s scroll position |