Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / PropertyAttribute Class / MinimumValue Property

In This Topic
    MinimumValue Property (PropertyAttribute)
    In This Topic
    Gets or sets the minimum allowed value for the property (applies only to numeric properties).
    Syntax
    'Declaration
     
    
    Public Property MinimumValue As Double
    public double MinimumValue {get; set;}
    See Also