Table of Contents

Property Value

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

Value

The value as an floating point value, in user units. 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.