Click or drag to resize

ControlLampControl Constructor

Constructs a new lamp control.

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

Parameters

lampColor (Optional)
Type: Demo3D.ControlPanelLampColor

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

not (Optional)
Type: SystemBoolean

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

See Also