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


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