| Visual Basic (Declaration) | |
|---|---|
Public Property Fill As ShapeFill | |
| C# | |
|---|---|
public ShapeFill Fill {get; set;} | |
Property Value
A ShapeFill-derived instance describing the fill of the shape, or null for no fill.Note: some shapes, such as connectors or groups, cannot have a fill set. For these shapes, the value on this property will be ignored and lost when the workbook is saved.