Click or drag to resize

FlatContainerModelMaxAmount Property

Specifies the maximum amount of content this FlatContainer can contain.

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

Property Value

Type: Double
Remarks

This is different from MaxContentType, which refers to the number of different contents the container can receive.

See Also