MicaContainerStyle_BorderStyle Enumeration |
Describes the possible values of the CSS property "border-style".
Namespace:
Packflow.Modeling
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public enum MicaContainerStyle_BorderStyle
Members
| Member name | Value | Description |
---|
| None | 0 |
Default value. Specifies no border.
|
| Hidden | 1 |
The same as "none", except in border conflict resolution for table elements.
|
| Solid | 2 |
Specifies a solid border.
|
| Double | 3 |
Specifies a double border.
|
| Dashed | 4 |
Specifies a dashed border.
|
| Dotted | 5 |
Specifies a dotted border.
|
| Inset | 6 |
Specifies a 3D inset border. The effect depends on the border-color value.
|
| Outset | 7 |
Specifies a 3D outset border. The effect depends on the border-color value.
|
| Ridge | 8 |
Specifies a 3D ridged border. The effect depends on the border-color value.
|
| Groove | 9 |
Specifies a 3D grooved border. The effect depends on the border-color value.
|
See Also