Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IFillFormat Interface / PictureEffects Property


In This Topic
    PictureEffects Property
    In This Topic
    Gets the IPictureEffects object that represents the picture or texture fill for the specified fill format.
    Syntax
    'Declaration
     
    
    ReadOnly Property PictureEffects As IPictureEffects
    'Usage
     
    
    Dim instance As IFillFormat
    Dim value As IPictureEffects
     
    value = instance.PictureEffects
    IPictureEffects PictureEffects {get;}

    Property Value

    The picture effects.
    See Also