This refers to the type of brush used for fill.

public enum KindOfBrush

Public Members

Member Value Explanation
Solid 0 Single color fill using the System.Windows.Media.SolidBrush class
HatchBrush 1 Hatch pattern using HatchStyle
LinearGradientBrush 2 Linear gradient fill pattern using the LinearGradientMode
RadialGradientBrush 3 Radial gradient fill pattern using the System.Windows.Media.SolidBrush class
TextureBrush 4 Fill pattern from an image

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation