SVGPoint.Y
SVGPoint.Y property
The Y coordinate.
public float Y { get; set; }
Property Value
The Y coordinate.
Exceptions
exception | condition |
---|---|
DOMException | Code NO_MODIFICATION_ALLOWED_ERR . Raised if the SVGPoint object is read only, or corresponds to a DOM attribute that is read only. |
See Also
- class SVGPoint
- namespace Aspose.Html.Dom.Svg.DataTypes
- assembly Aspose.HTML