SVGAngle.Value
SVGAngle.Value property
The angle value as a floating point value, in degrees. Setting this attribute will cause valueInSpecifiedUnits and valueAsString to be updated automatically to reflect this setting.
public float Value { get; set; }
Property Value
The value.
Exceptions
exception | condition |
---|---|
dOMException | Code NO_MODIFICATION_ALLOWED_ERR Raised when the angle corresponds to a read only attribute or when the object itself is read only. |
See Also
- class SVGAngle
- package com.aspose.html.Dom.Svg.DataTypes
- package Aspose.HTML