Enum BorderDashStyle
Enum BorderDashStyle
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.2.0)
Specifies the style of dashed border lines.
public enum BorderDashStyle
Fields
Dash = 1
Specifies a line consisting of dashes.
DashDot = 3
Specifies a line consisting of a repeating pattern of dash-dot.
DashDotDot = 4
Specifies a line consisting of a repeating pattern of dash-dot-dot.
Dot = 2
Specifies a line consisting of dots.
Solid = 0
Specifies a solid line.