Gets or sets the minimum allowed value for the property (applies only to numeric properties).

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public double MinimumValue {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
 }
Visual Basic
Public Property MinimumValue As Double
	<CompilerGeneratedAttribute> _
	Get
	<CompilerGeneratedAttribute> _
	Set

See Also