This property sets whether or not to enable the custom brush's "hatch style" setting in the property dialog.

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

Property Value

True: The custom brush's hatch style setting is enabled in the property dialog.

False: The custom brush's hatch style setting is not enabled in the property dialog.

Default value is True

Explanation

The DialogHatchStyleEnabled property sets whether or not to enable the custom brush's "hatch style" setting in the property dialog.

When this property is false, the combobox used to set the custom brush's hatch style is disabled in the property dialog 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.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation