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


In This Topic
    Shape Property (ShapeAdjustHandle)
    In This Topic
    Gets the shape of this adjust handle.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Shape As Shape
    'Usage
     
    
    Dim instance As ShapeAdjustHandle
    Dim value As Shape
     
    value = instance.Shape
    public Shape Shape {get;}

    Property Value

    The shape contains this adjust handle.
    See Also