VideoStabilizationEffect.Enabled Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Videostabilisierung aktiviert ist, oder legt einen Wert fest.

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

void Enabled(bool value);
public bool Enabled { get; set; }
var boolean = videoStabilizationEffect.enabled;
videoStabilizationEffect.enabled = boolean;
Public Property Enabled As Boolean

Eigenschaftswert

Boolean

bool

True, wenn die Videostabilisierung aktiviert ist; Andernfalls false.

Gilt für: