This property sets whether or not the item used to set the custom brush's hatch pattern start color is displayed in the property dialog.

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

Property Value

True: The item used to set the hatch pattern start color is displayed in the property dialog.

False: The item used to set the hatch pattern start color is not displayed in the property dialog.

Default value is True

Explanation

The DialogCustomBrushColor1Visible property sets whether or not the item used to set the custom brush's hatch pattern start color is displayed in the property dialog.

When this property is false, the combobox used to set the customer brush's start color for the hatch pattern is not displayed in property dialog.

Note: Even if this property is true, 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