Table of Contents

Property ValueInSpecifiedUnits

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

ValueInSpecifiedUnits

The angle value as a floating point value, in the units expressed by unitType. Setting this attribute will cause value and valueAsString to be updated automatically to reflect this setting.

public double ValueInSpecifiedUnits { get; set; }

Property Value

double

Exceptions

DomException

NO_MODIFICATION_ALLOWED_ERR: Raised on an attempt to change the value of a readonly attribute.