Click or drag to resize

ContainerModelMinAmount Property

Sets the minimum amount this container will hold.

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

Property Value

Type: Double
Remarks

Setting the MinAmount of a Container gives it a minimum amount of content that will always be maintained, no matter how much is removed from it.

See Also