This property sets whether or not the selected Pen object's start and end points are connected with a line.

[Visual Basic] Public Property SelectedObjectClosePenLine As Boolean
[C#] public bool SelectedObjectClosePenLine {get; set;}

Property Value

True: The selected Pen object's start and end points are connected with a line

False: The selected Pen object's start and end points are NOT connected with a line

Default value is False

Explanation

The SelectedObjectClosePenLine property sets whether or not the selected Pen object's start and end points are connected with a line.

It is enabled only when the selected object is a 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 Pen object, the SelectedObjectClosePenLine property value will be False.

See also

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

 

The ImageKit WPF is created by Newtone Corporation