XmlFont Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the XML font object for deserialization.
The XmlFont type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XmlFont() | Initializes a new instance of the XmlFont class. | |
XmlFont(Font) | Initializes a new instance of the XmlFont class with the specified font. |
Top
Properties
Name | Description | |
---|---|---|
FontFamily | Gets or sets the font family. | |
GraphicsUnit | Gets or sets the unit of measure. | |
Size | Gets or sets the font size. | |
Style | Gets or sets the font style. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToFont | Returns the XML font format. | |
ToString | (Inherited from Object.) |
Top