| SVGPathSegCurvetoQuadraticAbsY Property |
The absolute Y coordinate for the end point of this path segment.
Namespace: Aspose.Html.Dom.Svg.PathsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic float Y { get; set; }Public Property Y As Single
Get
Set
public:
property float Y {
float get ();
void set (float value);
}member Y : float32 with get, set
Property Value
Type:
Single
The absolute Y coordinate
Exceptions
See Also