Table of Contents

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

SVGAnimatedLength

An SVGAnimatedLength.

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
-BaseVal

See also on MDN

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

SVGAnimatedLength

An SVGAnimatedLength.

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.

-Cx
-BaseVal

See also on MDN

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

SVGAnimatedLength

An SVGAnimatedLength.

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
-UnitType
-BaseVal

See also on MDN

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

SVGAnimatedLength

An SVGAnimatedLength.

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
-BaseVal

See also on MDN

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

SVGAnimatedLength

An SVGAnimatedLength.

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.

-Fx
-BaseVal

See also on MDN

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

SVGAnimatedLength

An SVGAnimatedLength.

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

See also on MDN