Click or drag to resize

ElementModelIsHighlightable Property

Highlights the object when the mouse hovers over it.

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

Property Value

Type: Boolean
Remarks

Requires this element's IsClickable to also be true.

See Also