GridFormatInfo.HorizontalAlignments Enumeration
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents horizontal alignment settings for the contents of a scorecard cell.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Enumeration HorizontalAlignments
'Usage
Dim instance As GridFormatInfo.HorizontalAlignments
public enum HorizontalAlignments
Members
Member name | Description | |
---|---|---|
Undefined | Represents an undefined alignment (inherit the setting if possible). | |
Left | Represents a left alignment for cell content. | |
Center | Represents a centered alignment for cell content. | |
Right | Represents a right alignment for cell content. |