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


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

    Property Value

    The shadow format.
    See Also