Lamp.IsColorSettable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.