SVGPreserveAspectRatio.Align

SVGPreserveAspectRatio.Align property

The type of the alignment value as specified by one of the SVG_PRESERVEASPECTRATIO_* constants defined on this interface.

public ushort Align { get; set; }

Property Value

The type of the alignment

Exceptions

exceptioncondition
DOMExceptionCode NO_MODIFICATION_ALLOWED_ERR. Raised when the object corresponds to a read only attribute or when the object itself is read only.

See Also