Enum Dash
Enum Dash
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Defines the pattern of dashes and gaps used to paint the outline of shapes (stroke) in SVG elements.
[ComVisible(true)]
public enum Dash
Fields
None = 0
Indicates a solid stroke with no dashes. This is the default behavior when ‘stroke-dasharray’ is not specified.
Remarks
The ‘stroke-dasharray’ attribute in SVG is used to create dashed lines by specifying the pattern of dashes and gaps. This enumeration provides options for setting this pattern.