This property sets the style of the dash line used by the Line, Polyline, Polygon, and Pen objects.

[Visual Basic] Public Property DashStyle As System.Windows.Media.DashStyles
[C#] public System.Windows.Media.DashStyles DashStyle {get; set;}

Property Value

Value of type System.Windows.Media.DashStyle

Default value is System.Windows.Media.DashStyles.Solid

Explanation

The DashStyle property sets the style of the dash line used by the Line, Polyline, Polygon, and Pen objects.

To change the dash style after the object has been drawn, right click on the selected object to display the context menu, execute the ShowPropertyDialog method, or set the SelectedObjectDashStyle property.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation