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


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

    Property Value

    The fill format.
    See Also