msGridColumnAlign property
Gets or sets a value that specifies the horizontal alignment of the object within the grid column.
This property is read/write.
![]() ![]() |
Syntax
HRESULT put_msGridColumnAlign( [in] BSTR v ); HRESULT get_msGridColumnAlign( [out, retval] BSTR *p );
Property values
Type: BSTR
One of the following horizontal alignments:
String format
start | end | center | stretch
CSS information
| Applies To | grid item elements |
|---|---|
| Media | visual paged |
| Inherited | no |
| Initial Value | stretch |
Standards information
- CSS Grid Layout, Section 7
Requirements
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
Windows Server 2012 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Show:

