Gets or sets the value indicating whether the gradient
should extend starting and ending points.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
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