Class SVGRadialGradientElement
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The SVGRadialGradientElement interface corresponds to the RadialGradient element.
[Value("SVGRadialGradientElement")]
public class SVGRadialGradientElement : SVGGradientElement, ElementCSSInlineStyle, GlobalEventHandlers, SVGElementInstance, HTMLOrSVGElement, SVGURIReference
- Inheritance
-
SVGRadialGradientElement
- Implements
- Inherited Members
Remarks
Constructors
SVGRadialGradientElement()
public SVGRadialGradientElement()
Properties
Cx
The cx read-only property of the SVGRadialGradientElement interface describes the x-axis coordinate of the center of the radial gradient as an SVGAnimatedLength. It reflects the computed value of the {{SVGAttr("cx")}} attribute on the {{SVGElement("radialGradient")}} element.
[Value("cx")]
public SVGAnimatedLength Cx { get; }
Property Value
Remarks
The attribute value is a <length>, <percentage>, or <number>. The numeric value of the BaseVal is the x-coordinate of the radial gradient's center in the user coordinate system.
Cy
The cy read-only property of the SVGRadialGradientElement interface describes the y-axis coordinate of the center of the radial gradient as an SVGAnimatedLength. It reflects the computed value of the {{SVGAttr("cy")}} attribute on the {{SVGElement("radialGradient")}} element.
[Value("cy")]
public SVGAnimatedLength Cy { get; }
Property Value
Remarks
The attribute value is a <length>, <percentage>, or <number>. The numeric value of the BaseVal is the y-coordinate of the radial gradient's center in the user coordinate system.
Fr
The fr read-only property of the SVGRadialGradientElement interface describes the radius of the focal circle of the radial gradient as an SVGAnimatedLength. It reflects the computed value of the {{SVGAttr("fr")}} attribute on the {{SVGElement("radialGradient")}} element.
[Value("fr")]
public SVGAnimatedLength Fr { get; }
Property Value
Remarks
The attribute value is a <length>, <percentage>, or <number>. The numeric value of the BaseVal is the radius of the focal point of the radial gradient in the user coordinate system.
Fx
The fx read-only property of the SVGRadialGradientElement interface describes the x-axis coordinate of the focal point of the radial gradient as an SVGAnimatedLength. It reflects the computed value of the {{SVGAttr("fx")}} attribute on the {{SVGElement("radialGradient")}} element.
[Value("fx")]
public SVGAnimatedLength Fx { get; }
Property Value
Remarks
The attribute value is a <length>, <percentage>, or <number>. The numeric value of the BaseVal is the x-coordinate of the focal point of the radial gradient in the user coordinate system.
Fy
The fy read-only property of the SVGRadialGradientElement interface describes the y-axis coordinate of the focal point of the radial gradient as an SVGAnimatedLength. It reflects the computed value of the {{SVGAttr("fy")}} attribute on the {{SVGElement("radialGradient")}} element.
[Value("fy")]
public SVGAnimatedLength Fy { get; }
Property Value
Remarks
The attribute value is a <length>, <percentage>, or <number>. The numeric value of the BaseVal is the y-coordinate of the focal point of the radial gradient in the user coordinate system.
R
The r read-only property of the SVGRadialGradientElement interface describes the radius of the radial gradient as an SVGAnimatedLength. It reflects the computed value of the {{SVGAttr("r")}} attribute on the {{SVGElement("radialGradient")}} element.
[Value("r")]
public SVGAnimatedLength R { get; }
Property Value
Remarks
The attribute value is a <length>, <percentage>, or <number>. The numeric value of the BaseVal is the radius of the radial gradient in the user coordinate system.
-r
-BaseVal