GradientStop.Offset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the location of the gradient stop within the gradient vector.
public:
property double Offset { double get(); void set(double value); };
double Offset();
void Offset(double value);
public double Offset { get; set; }
var double = gradientStop.offset;
gradientStop.offset = double;
Public Property Offset As Double
<GradientStop Offset="double"/>
Property Value
Double
double
The relative location of this gradient stop along the gradient vector. The default is 0.