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


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