SVGPreserveAspectRatio.MeetOrSlice

SVGPreserveAspectRatio.MeetOrSlice property

The type of the meet-or-slice value as specified by one of the SVG_MEETORSLICE_* constants defined on this interface.

public ushort MeetOrSlice { get; set; }

Property Value

The type of the meet-or-slice

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