Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Shadow Property


In This Topic
    Shadow Property (IShapeBase)
    In This Topic
    Gets a IShadowFormat object that contains shadow formatting properties for the specified shape or shapes.
    Syntax
    'Declaration
     
    
    ReadOnly Property Shadow As IShadowFormat
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As IShadowFormat
     
    value = instance.Shadow
    IShadowFormat Shadow {get;}

    Property Value

    The shadow format.
    See Also