offset property
Gets or sets a value that indicates where the gradient stop is placed within the gradient.
![]() ![]() |
Syntax
HRESULT value = object.put_offset(ISVGAnimatedNumber* v);HRESULT value = object.get_offset(ISVGAnimatedNumber** p);
Property values
Type: Object
The location of the gradient stop.
Standards information
- Scalable Vector Graphics: Gradients and Patterns, Section 13.4.4
Remarks
The offset is a number (typically ranging from 0 through 1) that indicates where the gradient stop is placed. For linear gradients, the offset represents a location along the gradient vector. For radial gradients, the offset represents a percentage distance from the (ISVGRadialGradientElement::fx,ISVGRadialGradientElement::fy) point to the edge of the largest (that is, outermost) circle.
Show:

