PdfLinearGradientBrush
LinearColors Property
|
Gets or sets the starting and ending colors of the gradient.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfRGBColor[] LinearColors { get; set; }
Public Property LinearColors As PdfRGBColor()
Get
Set
public:
property array<PdfRGBColor>^ LinearColors {
array<PdfRGBColor>^ get ();
void set (array<PdfRGBColor>^ value);
}
member LinearColors : PdfRGBColor[] with get, set
Property Value
Type:
PdfRGBColor
See Also