Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Adjustments Property


In This Topic
    Adjustments Property (IShapeBase)
    In This Topic
    Syntax
    'Declaration
     
    ReadOnly Property Adjustments As IArray(Of Double)
    'Usage
     
    Dim instance As IShapeBase
    Dim value As IArray(Of Double)
     
    value = instance.Adjustments
    IArray<double> Adjustments {get;}
    See Also