[]
Initializes a new instance of the PdfGradientStop class.
The location of the gradient stop on the gradient axis.
The color of the gradient stop. A wijmo.Color object or any string acceptable by the wijmo.Color.fromString method.
The opacity of the gradient stop.
Gets or sets the color of the gradient stop. The default color is black.
Gets or sets the location of the gradient stop on gradient axis of the brush. The value must be in range [0, 1], where 0 indicates that the gradient stop is placed at the beginning of the gradient axis, while 1 indicates that the gradient stop is placed at the end of the gradient axis. The default value is 0.
Gets or sets the opacity of the gradient stop. The value must be in range [0, 1], where 0 indicates that the gradient stop is completely transparent, while 1 indicates that the gradient stop is completely opaque. The default value is 1.
Creates a copy of this PdfGradientStop.
A copy of this gradient stop.
Determines whether the specified PdfGradientStop instance is equal to the current one.
PdfGradientStop to compare.
true if the specified object is equal to the current one, otherwise false.
Represents an object which determines a transition point of a gradient.