Click or drag to resize
TextSurface Constructor (Color, String, Single, FontStyle, GraphicsUnit)
Creates a new class instance

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public TextSurface(
	Color color,
	string familyName,
	float emSize,
	FontStyle fontStyle,
	GraphicsUnit grUnit
)

Parameters

color
Type: System.DrawingColor
Text color
familyName
Type: SystemString
Font family
emSize
Type: SystemSingle
Font size in EM
fontStyle
Type: System.DrawingFontStyle
Font style
grUnit
Type: System.DrawingGraphicsUnit
Graphics measurement unit
See Also