PdfRadialGradientBrush
Extend Property
|
Gets or sets the value indicating whether the gradient
should extend starting and ending points.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfExtend Extend { get; set; }
Public Property Extend As PdfExtend
Get
Set
public:
property PdfExtend Extend {
PdfExtend get ();
void set (PdfExtend value);
}
member Extend : PdfExtend with get, set
Property Value
Type:
PdfExtend
See Also