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