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

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

Property Value

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

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

Default value is True

Explanation

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

When this property is false, the combobox used to set the customer brush's end 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