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

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

Property Value

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

False: The item used to set the pen width is not displayed

Default value is True

Explanation

The DialogPenWidthVisible property sets whether or not the item used to set the pen width is displayed 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 not displayed.

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