msWrapMargin property

Gets or sets a value that is used to offset the inner wrap shape from other shapes.

This property is read/write.

Internet Explorer 10

 

Syntax

HRESULT put_msWrapMargin(
  [in]  any val
);

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

Property values

Type: any

String format

<length>

CSS information

Applies Toexclusion elements
Mediavisual
Inheritedno
Initial Value0

Standards information

Remarks

Offsets created by the IHTMLCSSStyleDeclaration2::msWrapMargin property are offset from the outside of the exclusion. This property can be set to any supported length value.

Requirements

IDL

Mshtml.idl

See also

Internet Explorer 10 Guide for Developers: CSS Exclusions

 

 

Show: