GridFormatInfo.VerticalAlignments enumeration

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents vertical 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 VerticalAlignments
'Usage
Dim instance As GridFormatInfo.VerticalAlignments
public enum VerticalAlignments

Members

Member name Description
Undefined Represents an undefined alignment (inherit the setting if possible).
Top Represents a top alignment for cell content.
Middle Represents a middle alignment for cell content.
Bottom Represents a bottom alignment for cell content.

See also

Reference

Microsoft.PerformancePoint.Scorecards namespace