Table of Contents

Class XGradientBrush

Namespace
PdfSharp.Drawing
Assembly
PdfSharp.dll

Defines a Brush with a linear gradient.

public abstract class XGradientBrush : XBrush
Inheritance
XGradientBrush
Derived
Inherited Members

Constructors

XGradientBrush()

protected XGradientBrush()

Properties

ExtendLeft

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

public bool ExtendLeft { get; set; }

Property Value

bool

ExtendRight

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

public bool ExtendRight { get; set; }

Property Value

bool