PdfRadialGradientBrush
InterpolationColors Property
|
Gets or sets a ColorBlend that defines a multicolor linear gradient.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfColorBlend InterpolationColors { get; set; }
Public Property InterpolationColors As PdfColorBlend
Get
Set
public:
property PdfColorBlend^ InterpolationColors {
PdfColorBlend^ get ();
void set (PdfColorBlend^ value);
}
member InterpolationColors : PdfColorBlend with get, set
Property Value
Type:
PdfColorBlend
See Also