PixelListOverlayDashStyle Property

CVB.Net Documentation
Dash style to be used for painting.

Namespace:  Stemmer.Cvb.Forms.Overlays
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public DashStyle DashStyle { get; set; }

Property Value

Type: DashStyle
Exceptions

ExceptionCondition
ArgumentExceptionIf the dash style is "Custom"
Remarks

Dash style "Custom" is not supported.
Remarks

Dash style setting will only have an effect if the pen width has been set to 1. If pen width is greater than 1, a solid brush will always be used. This is a limitation coming from the GDI function CreatePen that is being used internally by the overlay plugin.
See Also

Reference