GridFontInfo members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents display settings for the font in a scorecard view.
The GridFontInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GridFontInfo() | Initializes a new instance of the GridFontInfo class. | |
GridFontInfo(GridFontInfo) | Initializes a new instance of the GridFontInfo class based on another GridFontInfo object. |
Top
Properties
Name | Description | |
---|---|---|
Bold | Gets or sets the bold style. | |
FamilyName | Gets or sets the family name of the font. | |
Italic | Gets or sets the italic style. | |
SizeInPoints | Gets or sets the font size. | |
Strikeout | Gets or sets the strikeout style. | |
Underline | Gets or sets the underline style. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep clone of this object. | |
CreateFont | Creates a font based on a font family, size, and style. | |
Diff | Compares this object with another object and returns the differences. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a simple string representation of the GridFontInfo object. (Overrides Object.ToString().) | |
Validate | Validates this object. |
Top