Skip to main content

RectangleFill

Namespace: Busy.Bar

Fill style used to paint a RectangleElement.

public enum RectangleFill

Inheritance ObjectValueTypeEnum → RectangleFill
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
None0No fill; only the border (if any) is drawn.
Solid1A single solid fill color, taken from the first entry of RectangleElement.FillColors.
GradientH2A horizontal gradient between the two entries of RectangleElement.FillColors.
GradientV3A vertical gradient between the two entries of RectangleElement.FillColors.