SVGLength.Value

SVGLength.Value property

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

exceptioncondition
DOMExceptionCode NO_MODIFICATION_ALLOWED_ERRRaised when the length corresponds to a read only attribute or when the object itself is read only.

See Also