FontSpec(String, Single, Color, Boolean, Boolean, Boolean, Color, Brush, FillType) Constructor

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
public FontSpec(
	string family,
	float size,
	Color color,
	bool isBold,
	bool isItalic,
	bool isUnderline,
	Color fillColor,
	Brush fillBrush,
	FillType fillType
)

Parameters

family  String
 
size  Single
 
color  Color
 
isBold  Boolean
 
isItalic  Boolean
 
isUnderline  Boolean
 
fillColor  Color
 
fillBrush  Brush
 
fillType  FillType
 

See Also