This property sets the color of the hatch pattern shown in the ImageKit Control when an image is not displayed.

[Visual Basic]Public Property InvalidHatchColor As System.Windows.Media.Color
[C#]public System.Windows.Media.Color InvalidHatchColor {get; set;}

Property Value

Value of type System.Windows.Media.Color

Default value is Colors.LightGray

Explanation

The InvalildHatchColor property sets the color of the hatch pattern shown in the ImageKit Control when an image is not displayed. Color can be set using RGB (Red, Green, Blue) or the equivalent value. This property is enabled when the value of the InvalidHatchPattern property is more than 1.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation