Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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.

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


Feedback

Was this page helpful?