Share via


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.

See also

Reference

GridFormatInfo class

GridFormatInfo members

Microsoft.PerformancePoint.Scorecards namespace