This property sets whether or not the item used to set the pen width is enabled in the property dialog. Pen width is also referred to as "line width" or "border width".

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

Property Value

True: The item used to set the pen width is enabled

False: The item used to set the pen width is disabled

Default value is True

Explanation

The DialogPenWidthEnabled property sets whether or not the item used to set the pen width is enabled in the property dialog. Depending on the object selected, the pen width may be referred to as "line width" or "border width" in the property dialog.

When this property is false, the item used to set the pen width is disabled and cannot be set.

This property is enabled for all selected objects except the Image object.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation