CODIUM Programming Language (CPL) CodiumSDK CPL Sizing
July 14, 2023 at 8:30 PMEnsamblado: CodiumSDK.dll
| C# |
| public enum Sizing |
| Constante | Descripción | |
|---|---|---|
| Border_Box | The width and height properties (and min/max properties) includes content, padding and border | |
| Content_Box | Default. The width and height properties (and min/max properties) includes only the content.Border and padding are not included | |
| Inherit | Inherits this property from its parent element. | |
| Initial | Sets this property to its default value. |