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

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

Property Value

A value of type System.Windows.Media.DashStyle

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

Explanation

The SelectedObjectDashStyle property sets the dash line used by the selected Line, Polyline, Polygon, and Pen objects.

It is enabled when the selected object is a Line, Polyline, Polygon, or Pen object. When the EditKind property is set to values other than KindOfEdit.Select, or when no object has been selected, or when the selected object is not a Line, Polyline, Polygon, or Pen object, the SelectedObjectDashStyle property value will be System.Windows.Media.DashStyles.Solid.

See also

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

 

The ImageKit WPF is created by Newtone Corporation