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


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

    Property Value

    The fill format.
    See Also