Share via


msGridRowAlign property

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

This property is read/write.

 

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 To grid item elements
Media visual paged
Inherited no
Initial Value stretch

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