Freigeben über


CompositionLight.IsEnabled Eigenschaft

Definition

Ruft einen Wert ab, der bestimmt, ob das Kompositionslicht eingeschaltet ist, oder legt diesen fest.

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: