This property sets whether or not the checkbox used to set the "close pen line" is enabled in the property dialog.

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

Property Value

True: The checkbox used to set the "close pen line" is enabled

False: The checkbox used to set the "close pen line" is disabled

Default value is True

Explanation

The DialogClosePenLineEnabled property sets whether or not the checkbox used to set the "close pen line" is enabled in the property dialog.

When this property is false, the checkbox used to set the "close pen line" is disabled and cannot be set.

The DialogClosePenLineEnabled property is enabled only when a Pen object is selected. Even if this property is true, if a Line, Polyline, or Polygon object is selected, the "close pen line" checkbox will be disabled.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation