PDFsharp-net6

XGradientBrush

Namespace: PdfSharp.Drawing

Defines a Brush with a linear gradient.

public abstract class XGradientBrush : XBrush

Inheritance ObjectXBrushXGradientBrush

Properties

ExtendLeft

Gets or sets a value indicating whether to extend the gradient beyond its bounds.

public bool ExtendLeft { get; set; }

Property Value

Boolean

ExtendRight

Gets or sets a value indicating whether to extend the gradient beyond its bounds.

public bool ExtendRight { get; set; }

Property Value

Boolean