CODIUM Programming Language (CPL) CodiumSDK CPL Visibility
July 14, 2023 at 8:30 PMEnsamblado: CodiumSDK.dll
| C# |
| public enum Visibility |
| Constante | Descripción | |
|---|---|---|
| Collapse | Only for table rows (tr), row groups (tbody), columns (col), column groups (colgroup). This value removes a row or column, but it does not affect the table layout.The space taken up by the row or column will be available for other content. | |
| Hidden | The element is hidden (but still takes up space) | |
| Inherit | Inherits this property from its parent element. | |
| Initial | Sets this property to its default value. | |
| Visible | Default value. The element is visible |