msContentZoomChaining property

Specifies the zoom behavior that occurs when a user hits the zoom limit during a manipulation.

This property is read/write.

 

Syntax

HRESULT put_msContentZoomChaining(
  [in]  DOMString val
);

HRESULT get_msContentZoomChaining(
  [out] DOMString **ptr
);

Property values

Type: DOMString

String format

none | chained

CSS information

Applies To non-replaced block-level elements and non-replaced inline-block elements
Media interactive
Inherited no
Initial Value none

Remarks

This property has no effect on non-zoomable elements. For information on zoomable elements, see IHTMLCSSStyleDeclaration2::msContentZooming.

Starting with Windows 8.1, this property is also supported for touchpad interaction.

This property requires Windows 8 or later.

Requirements

IDL

Mshtml.idl

See also

Windows apps using JavaScript Samples: HTML scrolling, panning and zooming sample

msContentZoomFactor

msZoomTo

Internet Explorer Samples: Scrolling, panning, and zooming with touch input

msContentZoomFactor

msZoomTo