Share via


HolographicViewConfiguration.IsEnabled Eigenschaft

Definition

Ruft ab oder legt fest, ob diese HolographicViewConfiguration 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 = holographicViewConfiguration.isEnabled;
holographicViewConfiguration.isEnabled = boolean;
Public Property IsEnabled As Boolean

Eigenschaftswert

Boolean

bool

Dieser Wert ist true , wenn HolographicViewConfiguration aktiviert ist, andernfalls false.

Gilt für: