Extended Library for WPF and Silverlight | ComponentOne
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 _
    )
    public MaximumValueAttribute( 
       double maximumValue
    )

    Parameters

    maximumValue
    The maximum value.
    See Also