This property sets the hatch pattern background color or the end color for gradation when using the custom brush.

[Visual Basic] Public Property CustomBrushColor2 As System.Drawing.Color
[C#] public System.Drawing.Color CustomBrushColor2 {get; set;}

Property Value

Value of type System.Drawing.Color

Default value is System.Drawing.Color.White

Explanation

The CustomBrushColor2 property sets the hatch pattern background color when using BrushOfKind.HatchBrush. It also sets the end color for gradation when using the BrushOfKind.LinearGradientBrush.

To use a transparent color, set this property to Color.Transparent. It is also possible to use a partially transparent color by setting an alpha value using the System.Drawing.Color.FromArgb method.

For details on the custom brush, refer to the CustomBrushEnabled property.

See also

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation