Click or drag to resize

LabelCreate Method

Creates a new Label instance.

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public static Label Create(
	string label
)
View Source

Parameters

label  String
Label value.

Return Value

Label
New Label instance.
See Also