Class SVGStopElement
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The SVGStopElement interface corresponds to the stop element.
[Value("SVGStopElement")]
public class SVGStopElement : SVGElement, ElementCSSInlineStyle, GlobalEventHandlers, SVGElementInstance, HTMLOrSVGElement
- Inheritance
-
SVGStopElement
- Implements
- Inherited Members
Remarks
Constructors
SVGStopElement()
public SVGStopElement()
Properties
Offset
The offset read-only property of the SVGStopElement interface reflects the {{SVGAttr("offset")}} attribute of the given {{SVGElement("stop")}} element.
[Value("offset")]
public SVGAnimatedNumber Offset { get; }
Property Value
- SVGAnimatedNumber
An SVGAnimatedNumber object.