Enum BrushStyle
Defines the constants that specify the various brush styles.
Namespace: Syncfusion.WinForms.Core.Enums
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum BrushStyle
Fields
Name | Description |
---|---|
Gradient | The BrushInfo represents a gradient fill. |
None | The BrushInfo is an empty object. |
Pattern | The BrushInfo represents a pattern fill. |
Solid | The BrushInfo represents a solid fill. |