[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.FontInfo

FontInfo Class

Summary description for FontInfo.

Inheritance
FontInfo
Namespace: GrapeCity.ActiveReports.Chart
Assembly: MESCIUS.ActiveReports.Chart.dll
Syntax
[TypeConverter(typeof(FontInfo.Converter))]
public sealed class FontInfo : Item, IGraphItem, ICloneable, IGraphXmlSerializable

Constructors

Name Description
FontInfo()

Initializes new (default) instance of the FontInfo object

FontInfo(Color, Font)

Initializes new instance of the FontInfo object

FontInfo(Color, Font, float)

Initializes new instance of the FontInfo object

FontInfo(string)

For internal use only.

FontInfo(string, GraphXmlSerializationContext)

For internal use only.

Properties

Name Description
Angle

Rotation angle, clockwise, degrees

Color

Specifies the text color

Font

GDI font

Methods

Name Description
Clone()

This member overrides

Item.Clone
Equals(object)

Compare the FontInfo object to another System.Object and check if the two are equal.

GetHashCode()

It functions as a hash function for a particular type. It is suitable for use in data structures such as hash algorithm and hash table.