Gets or sets the minimum value of slider.

Namespace:  C1.Web.UI.Controls.C1Slider
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[JsonAttribute(true)]
[C1CategoryAttribute("Category.Data")]
[DefaultValueAttribute()]
public int MinimumValue { get; set; }
Visual Basic
<JsonAttribute(True)> _
<C1CategoryAttribute("Category.Data")> _
<DefaultValueAttribute()> _
Public Property MinimumValue As Integer
	Get
	Set

See Also