SimpleMarker.StrokeDashPattern
SimpleMarker.StrokeDashPattern property
Specifies an array of distances that specifies the lengths of alternating dashes and spaces in dashed lines.
public IEnumerable<Measurement> StrokeDashPattern { get; set; }
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | Any value in array is less or equal to zero. |
ArgumentNullException | Argument is null . |
See Also
- struct Measurement
- class SimpleMarker
- namespace Aspose.Gis.Rendering.Symbolizers
- assembly Aspose.GIS