Click or drag to resize

ImageModelIsUnlocked Property

Allows the Image to be viewed by the user once unlocked during the simulation.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public bool IsUnlocked { get; set; }

Property Value

Type: Boolean
Remarks

Default value is false, which means the image will be locked at the beginning of the simulation.

See Also