Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeAdjustHandle Class / Minimum2 Property


In This Topic
    Minimum2 Property
    In This Topic
    Gets the 2nd minimum value that is allowed for this adjustment handle.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Minimum2 As Double
    'Usage
     
    
    Dim instance As ShapeAdjustHandle
    Dim value As Double
     
    value = instance.Minimum2
    public double Minimum2 {get;}
    See Also