This property sets whether to display the custom brush settings collectively in the property dialog.

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

Property Value

True: The custom brush settings are collectively displayed in the property dialog.

False: None of the custom brush settings are displayed in the property dialog.

Default value is True

Explanation

The DialogCustomBrushVisible property sets whether to display the custom brush settings collectively in the property dialog.

When this property is false, none of the items that relate to setting the custom brush will be displayed in the property dialog. If the DialogCustomBrushVisible property is true, the size of the property dialog may change. When this property is false, the property dialog will be its normal size.

For details about the custom brush, please see the CustomBrushEnabled property.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation