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

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

Property Value

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

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

Default value is True

Explanation

The DialogHatchStyleVisible property sets whether or not the custom brush's "hatch style" setting is displayed in the property dialog.

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