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

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

Property Value

Value of type System.Drawing.Color

Default value is System.Drawing.Color.Black

Explanation

The SelectedObjectCustomBrushColor1 property sets the hatch pattern color when using BrushOfKind.HatchBrush in the selected object. It also sets the start 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