C1.Silverlight.Extended Namespace / MaximumValueAttribute Class / MaximumValueAttribute Constructor
The maximum value.

In This Topic
MaximumValueAttribute Constructor
In This Topic
Initializes a new instance of the MaximumValueAttribute class.
Syntax
'Declaration
 
Public Function New( _
   ByVal maximumValue As Double _
)
 

Parameters

maximumValue
The maximum value.
See Also