SVGEllipseElementRy Property |
Corresponds to attribute ‘ry’ on the given ‘circle’ element.
Namespace: Aspose.Html.Dom.SvgAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 22.4
Syntaxpublic SVGAnimatedLength Ry { get; }
Public ReadOnly Property Ry As SVGAnimatedLength
Get
public:
property SVGAnimatedLength^ Ry {
SVGAnimatedLength^ get ();
}
member Ry : SVGAnimatedLength with get
Property Value
Type:
SVGAnimatedLengthThe attribute ‘ry’ of the given ‘circle’ element.
See Also