SVGPathSegCurvetoQuadraticAbsY Property
The absolute Y coordinate for the end point of this path segment.

Namespace: Aspose.Html.Dom.Svg.Paths
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public float Y { get; set; }

Property Value

Type: Single
The absolute Y coordinate
Exceptions
ExceptionCondition
DOMException Code NO_MODIFICATION_ALLOWED_ERR. Raised on an attempt to change the value of a read only attribute.
See Also