Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / CellNote Class / Shadow Property


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

    Property Value

    The shadow format.
    See Also