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

[Visual Basic] Public Property SelectedObjectEndLineCap As System.Drawing.Drawing2D.LineCap
[C#] public System.Drawing.Drawing2D.LineCap SelectedObjectEndLineCap {get; set;}

Property Value

A value of type System.Drawing.Drawing2D.LineCap

Default value is System.Drawing.Drawing2D.LineCap.Flat

Explanation

The SelectedObjectEndLineCap property sets the style of the end 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 SelectedObjectEndLineCap property value will be System.Drawing.Drawing2D.LineCap.Flat.

See also

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation