Table of Contents

Property Value

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

Value

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 double Value { get; set; }

Property Value

double

Exceptions

DomException

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