BorderDashStyle Enumeration

Specifies the style of dashed border lines.

Namespace:  Aspose.BarCode
Assembly:  Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntax
public enum BorderDashStyle
Members
  Member nameValueDescription
Solid0 Specifies a solid line.
Dash1 Specifies a line consisting of dashes.
Dot2 Specifies a line consisting of dots.
DashDot3 Specifies a line consisting of a repeating pattern of dash-dot.
DashDotDot4 Specifies a line consisting of a repeating pattern of dash-dot-dot.
See Also