Click or drag to resize

ElementModelClickCount Property

Counts the number of times an element has been clicked on.

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

Property Value

Type: Int32
Remarks

The ClickCount property counts the number of times an element has been clicked on. It may be used as a DataCondition.

See Also