SimpleFillStrokeDashPattern Property

Specifies an array of distances that specifies the lengths of alternating dashes and spaces in dashed lines.

Namespace:  Aspose.Gis.Rendering.Symbolizers
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public IEnumerable<Measurement> StrokeDashPattern { get; set; }

Property Value

Type: IEnumerableMeasurement
See Also