Click or drag to resize

FocusableModelKeepExamineOnInteraction Property

Allows an element to stay focused even after an interaction.

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

Property Value

Type: Boolean
Remarks

Setting DefaultKeepExamineOnInteraction to true allows the element to stay focused after an interaction.

Requires the element with IsFocusable to true

Default value is false.

See Also