GridFormatInfo.VerticalAlignment Property
Gets or sets the vertical alignment of the cell content.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property VerticalAlignment As GridFormatInfo.VerticalAlignments
Get
Set
'Usage
Dim instance As GridFormatInfo
Dim value As GridFormatInfo.VerticalAlignments
value = instance.VerticalAlignment
instance.VerticalAlignment = value
public GridFormatInfo.VerticalAlignments VerticalAlignment { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.GridFormatInfo.VerticalAlignments
The vertical alignment of the cell content.