Click or drag to resize

mxGdiCanvas2DCreateStringFormat Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates the specified string format.

Namespace:  imbSCI.Graph.MXGraph.canvas
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static StringFormat CreateStringFormat(
	string align,
	string valign,
	bool wrap,
	bool clip
)
Request Example View Source

Parameters

align
Type: SystemString
valign
Type: SystemString
wrap
Type: SystemBoolean
clip
Type: SystemBoolean

Return Value

Type: StringFormat
See Also