RectangleFill
Namespace: Busy.Bar
Fill style used to paint a RectangleElement.
public enum RectangleFill
Inheritance Object → ValueType → Enum → RectangleFill
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | No fill; only the border (if any) is drawn. |
| Solid | 1 | A single solid fill color, taken from the first entry of RectangleElement.FillColors. |
| GradientH | 2 | A horizontal gradient between the two entries of RectangleElement.FillColors. |
| GradientV | 3 | A vertical gradient between the two entries of RectangleElement.FillColors. |