SVGEllipseElementCx Property |
Corresponds to attribute ‘cx’ on the given ‘circle’ element.
Namespace:
Aspose.Svg
Assembly:
Aspose.SVG (in Aspose.SVG.dll) Version: 22.5
Syntaxpublic SVGAnimatedLength Cx { get; }
Public ReadOnly Property Cx As SVGAnimatedLength
Get
public:
property SVGAnimatedLength^ Cx {
SVGAnimatedLength^ get ();
}
member Cx : SVGAnimatedLength with get
Property Value
Type:
SVGAnimatedLength
The attribute ‘cx’ of the given ‘circle’ element.
See Also