SVGPathSegCurvetoCubicSmoothRel.Y
SVGPathSegCurvetoCubicSmoothRel.Y property
The relative Y coordinate for the end point of this path segment.
public float Y { get; set; }
Property Value
The relative Y coordinate.
Exceptions
exception | condition |
---|---|
DOMException | Code NO_MODIFICATION_ALLOWED_ERR . Raised on an attempt to change the value of a read only attribute. |
See Also
- class SVGPathSegCurvetoCubicSmoothRel
- namespace Aspose.Html.Dom.Svg.Paths
- assembly Aspose.HTML