See Also

FontInfo Class  | FontInfo Members  | Overload List

Language

Visual Basic

C#

Show All

color

Specifies the text color to use.

font
Specifies the System font to use.
angle
Specifies the text angle in degrees.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

FontInfo Constructor(Color,Font,Single)

Initializes a new instance of the FontInfo class with the parameters specified.

[Visual Basic]
Public Function New( _    ByVal color As Color, _    ByVal font As Font, _    ByVal angle As Single _ )
[C#]
public FontInfo(    Color color,    Font font,    float angle );

Parameters

color

Specifies the text color to use.

font
Specifies the System font to use.
angle
Specifies the text angle in degrees.

See Also

FontInfo Class  | FontInfo Members  | Overload List

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.