Sprache

CompositionLight.IsEnabled Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der bestimmt, ob die Kompositionsleuchte aktiviert ist.

public:
 property bool IsEnabled { bool get(); void set(bool value); };
bool IsEnabled();

void IsEnabled(bool value);
public bool IsEnabled { get; set; }
var boolean = compositionLight.isEnabled;
compositionLight.isEnabled = boolean;
Public Property IsEnabled As Boolean

Eigenschaftswert

Boolean

bool

true , wenn das Licht eingeschaltet ist; andernfalls "false". Der Standardwert ist true.

Gilt für: