CODIUM Programming Language (CPL) CodiumSDK CPL BorderStyle
July 14, 2023 at 8:30 PMEnsamblado: CodiumSDK.dll
| C# |
| public enum BorderStyle |
| Constante | Descripción | |
|---|---|---|
| Dashed | Specifies a dashed border | |
| Dotted | Specifies a dotted border | |
| Double | Specifies a double border | |
| Groove | Specifies a 3D grooved border.The effect depends on the border-color value | |
| Hidden | The same as “none”, except in border conflict resolution for table elements | |
| Inherit | Inherits this property from its parent element. | |
| Initial | Sets this property to its default value. | |
| Inset | Specifies a 3D inset border. The effect depends on the border-color value | |
| None | Default value. Specifies no border | |
| Outset | Specifies a 3D outset border. The effect depends on the border-color value | |
| Ridge | Specifies a 3D ridged border. The effect depends on the border-color value | |
| Solid | Specifies a solid border |