Spread WPF 18
GrapeCity.Spreadsheet.FormControls Namespace / IFormControl Interface / Shape Property


In This Topic
    Shape Property (IFormControl)
    In This Topic
    Gets the GrapeCity.Spreadsheet.Drawing.IShape container of this control.
    Syntax
    'Declaration
     
    ReadOnly Property Shape As IShape
    'Usage
     
    Dim instance As IFormControl
    Dim value As IShape
     
    value = instance.Shape
    IShape Shape {get;}
    See Also