This topic has not yet been rated - Rate this topic

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)
'Usage
Dim instance As Alignment

public enum Alignment
public enum Alignment
public enum Alignment
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 Preview

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)