Initializes a new instance of the MaximumValueAttribute class.
Namespace:
C1.WPF.ExtendedAssembly: C1.WPF.Extended (in C1.WPF.Extended.dll)
Syntax
| C# |
|---|
public MaximumValueAttribute( double maximumValue ) |
| Visual Basic |
|---|
Public Sub New ( _ maximumValue As Double _ ) |
Parameters
- maximumValue
- Type: System..::..Double
The maximum value.