This property sets the pattern that is displayed in that portion of the ImageKit control not covered by an image. You can see this pattern most clearly before you load an image.

[Visual Basic] Public Property InvalidHatchPattern As HatchPattern
[C#] public HatchPattern InvalidHatchPattern {get; set;}

Property Value

This value is of type HatchPattern

Explanation

This is the pattern that is displayed in that portion of the ImageKit control not covered by an image. You can see this pattern most clearly before you load an image. The default value is ShowHatch. When the InvallidHatchPattern property is set to ShowHatch, the hatch pattern is displayed in the color set in the InvalidHatchColor property.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation