Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / ShapeAdjustHandle Class / Maximum2 Property


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