This property sets whether or not the selected Line object is set to double line.

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

Property Value

True: The selected Line object is set to double line.

False: The selected Line object is NOT set to double line.

Default value is False

Explanation

The SelectedObjectDoubleLine property sets whether or not the selected Line object is set to double line

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

Also See

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

 

The ImageKit WPF is created by Newtone Corporation