Alignment Enumeration
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Defines how content is defined in a display cell. This class is introduced in Windows PowerShell 2.0.
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
| Member name | Description |
|---|---|
| Center | The content in the cell is centered horizontally. This field is introduced in Windows PowerShell 2.0. |
| Left | The content in the cell is left justified (the content starts at the left side of the cell) and will be followed by an ellipsis (…). This field is introduced in Windows PowerShell 2.0. |
| Right | The content in the cell is right justified (the content ends at the right side of the cell) and will be preceded by an ellipsis (…). This field is introduced in Windows PowerShell 2.0. |
| Undefined | The alignment of the content is not defined by Windows PowerShell. This field is introduced in Windows PowerShell 2.0. |
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewSend comments about this topic to Microsoft.