CODIUM Programming Language (CPL) CodiumSDK CPL Overflow
July 14, 2023 at 8:30 PMEnsamblado: CodiumSDK.dll
| C# |
| public enum Overflow |
| Constante | Descripción | |
|---|---|---|
| Auto | If overflow is clipped, a scroll-bar should be added to see the rest of the content | |
| Hidden | The overflow is clipped, and the rest of the content will be invisible | |
| Inherit | Inherits this property from its parent element. | |
| Initial | Sets this property to its default value. | |
| Scroll | The overflow is clipped, but a scroll-bar is added to see the rest of the content | |
| Visible | The overflow is not clipped. It renders outside the element’s box. This is default |