This property sets whether or not the custom brush's BrushKind setting is enabled in the property dialog.

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

Property Value

True: The BrushKind settings are enabled in the property dialog

False: The BrushKind settings are not enabled in the property dialog

Default value is True

Explanation

The DialogBrushKindEnabled property sets whether or not the custom brush's BrushKind setting is enabled in the object's property dialog.

When this property is false, the combobox that allows you to set the BrushKind within the property dialog is disabled and cannot be set.

Note: If the CustomBrushEnabled property and the DialogCustomBrushVisible properties are not both true, then this item is not displayed in the property dialog.

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