Click or drag to resize

ComponentScreenLabelInfo Constructor

Initializes a new instance of the ComponentScreenLabelInfo class

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ScreenLabelInfo(
	string labelName,
	bool displayInCorner = false
)

Parameters

labelName  String
 
displayInCorner  Boolean  (Optional)
 
See Also