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

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

Property Value

Value of type System.Drawing.Color

Default value is System.Drawing.Color.White

Explanation

The SelectedObjectCustomBrushColor2 property sets the hatch pattern background color when using BrushOfKind.HatchBrush in the selected object. It also sets the end color for gradation when using the BrushOfKind.LinearGradientBrush in the selected object.

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