LinearGradientBrush
LinearGradientBrushGradientStops Property
|
Gets or sets the LinearGradientBrushGradientStops.
Namespace:
Spire.Additions.Xps.Schema
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public GradientStop[] LinearGradientBrushGradientStops { get; set; }
Public Property LinearGradientBrushGradientStops As GradientStop()
Get
Set
public:
property array<GradientStop^>^ LinearGradientBrushGradientStops {
array<GradientStop^>^ get ();
void set (array<GradientStop^>^ value);
}
member LinearGradientBrushGradientStops : GradientStop[] with get, set
Property Value
Type:
GradientStop
See Also