Infragistics(R) NetAdvantage(R) WPF
Fill Property
See Also  E-mail your feedback on this topic.
Infragistics.Documents.Excel Namespace > WorksheetShape Class : Fill Property

Gets or sets the fill to use in the background of the shape.

Syntax

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.

Remarks

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.

See Also