ISVGPreserveAspectRatio interface

Provides properties for the preserveAspectRatio attribute, which is available for some SVG elements.

Members

The ISVGPreserveAspectRatio interface inherits from the IDispatch interface. ISVGPreserveAspectRatio also has these types of members:

  • Properties

Properties

The ISVGPreserveAspectRatio interface has these properties.

Property Access type Description

ISVGPreserveAspectRatio::align

Read/write

Gets or sets the type of alignment value.

ISVGPreserveAspectRatio::meetOrSlice

Read/write

Gets or sets the type of meet-or-slice value.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch