Lamp.IsColorSettable Property

Definition

Gets a value indicating whether you can set the Color property of the lamp device.

public:
 property bool IsColorSettable { bool get(); };
bool IsColorSettable();
public bool IsColorSettable { get; }
var boolean = lamp.isColorSettable;
Public ReadOnly Property IsColorSettable As Boolean

Property Value

Boolean

bool

True if you can set the Color property of the lamp; otherwise, false.

Applies to