msBoxOrient property
Do not use. This property has been replaced by the -ms-flex-direction 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 orientation in the layout of all child elements of the object.
This property is read/write.
![]() ![]() |
Syntax
HRESULT put_msBoxOrient( [in] BSTR v ); HRESULT get_msBoxOrient( [out, retval] BSTR *p );
Property values
Type: BSTR
The orientation.
String format
horizontal | vertical | inline-axis | block-axis | inherit
CSS information
| Applies To | box elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value | inline-axis |
Standards information
- Flexible Box Layout Module, Section 2
Requirements
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
Windows Server 2012 |
|
Header |
|
|
IDL |
|
|
DLL |
|
Show:

