This property sets the style of the start line for the selected Line, Polyline, and Pen objects.

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

Property Value

A value of type System.Windows.Media.PenLineCap

Default value is System.Windows.Media.PenLineCap.Flat

Explanation

The SelectedObjectStartLineCap property sets the style of the start line for the selected Line, Polyline, and Pen objects.

It is enabled when the selected object is a Line or Polyline 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 or Polyline object, the SelectedObjectStartLineCap property value will be System.Windows.Media.PenLineCap.Flat.

See also

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

 

The ImageKit WPF is created by Newtone Corporation