msContentZoomBoundaryMax property

Do not use. This property has been replaced by the -ms-content-zoom-limit-max 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 value that specifies the maximum value for the msContentZoomFactor.

This property is read/write.

 

Syntax

HRESULT put_msContentZoomBoundaryMax(
  [in]  any val
);

HRESULT get_msContentZoomBoundaryMax(
  [out] any **ptr
);

Property values

Type: any

String format

<percentage>

CSS information

Applies To non-replaced block-level elements and non-replaced inline-block elements
Media visual
Inherited no
Initial Value 400%

Requirements

IDL

Mshtml.idl

See also

msContentZoomFactor