msContentZoomBoundary property

Do not use. This property has been replaced by the -ms-content-zoom-limit property, and is no longer recognized by Windows Internet Explorer. To ensure compatibility in the future, applications using this property should be updated accordingly. Gets or sets a shorthand value that sets values for the IHTMLCSSStyleDeclaration2::msContentZoomBoundaryMin and the IHTMLCSSStyleDeclaration2::msContentZoomBoundaryMax properties.

This property is read/write.

Internet Explorer 10

 

Syntax

HRESULT put_msContentZoomBoundary(
  [in]  DOMString val
);

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

Property values

Type: DOMString

String format

-ms-content-zoom-boundary-min -ms-content-zoom-boundary-max

CSS information

Applies Tonon-replaced block-level elements and non-replaced inline-block elements
Mediavisual
Inheritedno
Initial Valuenone

Requirements

IDL

Mshtml.idl

 

 

Show: