Initializes a new instance of the MaximumValueAttribute class.

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

Syntax

C#
public MaximumValueAttribute(
	double maximumValue
)
Visual Basic
Public Sub New ( _
	maximumValue As Double _
)

Parameters

maximumValue
Type: System..::..Double
The maximum value.

See Also