This property sets the brush type for the custom brush used in the selected object.
[Visual Basic] Public Property
SelectedObjectBrushKind As KindOfBrush
[C#] public BrushOfKind
SelectedObjectBrushKind {get; set;}
Property Value
A value of type KindOfBrush
Default value is KindOfBrush.Solid
Explanation
The SelectedObjectBrushKind property sets the type of brush used for the custom brush in the selected object.
For details on the custom brush, refer to the CustomBrushEnabled property.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit