Click or drag to resize

ProcessGraphLabelSetStyle Method

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public void SetStyle(
	string bgcolor,
	string color,
	string fontFamily,
	float size,
	bool bold,
	bool italic,
	bool underline,
	bool linethrough
)

Parameters

bgcolor
Type: SystemString
color
Type: SystemString
fontFamily
Type: SystemString
size
Type: SystemSingle
bold
Type: SystemBoolean
italic
Type: SystemBoolean
underline
Type: SystemBoolean
linethrough
Type: SystemBoolean
See Also