This property sets whether or not the custom brush's hatch pattern start color is enabled in the property dialog.

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

Property Value

True: The hatch pattern start color is enabled in the property dialog.

False: The hatch pattern start color is not enabled in the property dialog.

Default value is True

Explanation

The DialogCustomBrushColor1Enabled property sets whether or not the custom brush's hatch pattern start color is enabled in the property dialog.

When this property is false, the button that allows you to set the start color for the hatch pattern used by the custom brush is not enabled within 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.

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