Click or drag to resize

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
C#
public enum MicaContainerStyle_BorderStyle
Members
  Member nameValueDescription
None0 Default value. Specifies no border.
Hidden1 The same as "none", except in border conflict resolution for table elements.
Solid2 Specifies a solid border.
Double3 Specifies a double border.
Dashed4 Specifies a dashed border.
Dotted5 Specifies a dotted border.
Inset6 Specifies a 3D inset border. The effect depends on the border-color value.
Outset7 Specifies a 3D outset border. The effect depends on the border-color value.
Ridge8 Specifies a 3D ridged border. The effect depends on the border-color value.
Groove9 Specifies a 3D grooved border. The effect depends on the border-color value.
See Also