PdfRadialGradientBrush
Blend Property
|
Gets or sets a PdfBlend that specifies positions
and factors that define a custom falloff for the gradient.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfBlend Blend { get; set; }
Public Property Blend As PdfBlend
Get
Set
public:
property PdfBlend^ Blend {
PdfBlend^ get ();
void set (PdfBlend^ value);
}
member Blend : PdfBlend with get, set
Property Value
Type:
PdfBlend
See Also