Click or drag to resize

Label Constructor

Creates a new Label.

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

Parameters

label  String
Label value.
See Also