Click or drag to resize

MarkerPenDashedLinePattern Property

The on/off patterns for dashed lines. The value is comma separated.

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public IList<double> DashedLinePattern { get; set; }

Property Value

IListDouble
Remarks
This sets an on/off pattern that is used when marking. Every even element inside the list (beginning at 0) represents the length of a line, every odd element the length of the space.
See Also