SVGPathSegArcRel.Angle
SVGPathSegArcRel.Angle property
The rotation angle in degrees for the ellipse’s x-axis relative to the x-axis of the user coordinate system.
public float Angle { get; set; }
Property Value
The rotation angle
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 SVGPathSegArcRel
- package com.aspose.html.Dom.Svg.Paths
- package Aspose.HTML