MarkerPenDashedLinePattern Property |
The on/off patterns for dashed lines. The value is comma separated.
Namespace: RAYLASE.Marker.CommonAssembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntaxpublic IList<double> DashedLinePattern { get; set; }
Property Value
IListDouble
RemarksThis 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