Click or drag to resize

ControlLampControl Constructor

Constructs a new lamp control.

Namespace: Demo3D.ControlPanel
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public LampControl(
	LampColor lampColor = LampColor.Green,
	bool not = false
)

Parameters

lampColor  LampColor  (Optional)

[Missing <param name="lampColor"/> documentation for "M:Demo3D.ControlPanel.Control.LampControl.#ctor(Demo3D.ControlPanel.LampColor,System.Boolean)"]

not  Boolean  (Optional)

[Missing <param name="not"/> documentation for "M:Demo3D.ControlPanel.Control.LampControl.#ctor(Demo3D.ControlPanel.LampColor,System.Boolean)"]

See Also