Click or drag to resize

PlaceholderModelCurrentElement Property

Sets the object inside the placeholder.

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

Property Value

Type: ElementModel
Remarks

The CurrentElement is the child element of the placeholder that is shown inside it.

See Also