Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / Shadow Property


In This Topic
    Shadow Property (IShape)
    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 IShape
    Dim value As IShadowFormat
     
    value = instance.Shadow
    IShadowFormat Shadow {get;}

    Property Value

    The shadow format.
    See Also