GridFormatInfo.FontInfo Property
Gets or sets the font properties of the cell.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property FontInfo As GridFontInfo
Get
Set
'Usage
Dim instance As GridFormatInfo
Dim value As GridFontInfo
value = instance.FontInfo
instance.FontInfo = value
public GridFontInfo FontInfo { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.GridFontInfo
The font properties of the cell.
Remarks
Font properties include Bold, FamilyName, Italic, SizeInPoints, Strikeout, and Underline.