Lamp.IsColorSettable Proprietà

Definizione

Ottiene un valore che indica se è possibile impostare la proprietà Color del dispositivo lampada.

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

Valore della proprietà

Boolean

bool

True se è possibile impostare la proprietà Color della lampada; in caso contrario, false.

Si applica a