msGridRowAlign property

Gets or sets a value that specifies the vertical alignment of the object within the grid row.

This property is read/write.

CSS Grid Layout, Section 7Internet Explorer 10

 

Syntax

HRESULT put_msGridRowAlign(
  [in]          BSTR v
);

HRESULT get_msGridRowAlign(
  [out, retval] BSTR *p
);

Property values

Type: BSTR

One of the following vertical alignments:

String format

start | end | center | stretch

CSS information

Applies Togrid item elements
Mediavisual paged
Inheritedno
Initial Valuestretch

Standards information

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IHTMLCSSStyleDeclaration2::msGridRows

 

 

Show: