Gets the fill style of the shape.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public IShapeFill Fill { get; }
 
Public ReadOnly Property Fill As IShapeFill
	Get
 
public:
virtual property IShapeFill^ Fill {
	IShapeFill^ get () sealed;
}
 
abstract Fill : IShapeFill with get
override Fill : IShapeFill with get
 
 
 
Return Value
Type:
IShapeFill
An IShapeFill object representing the fill style of the shape.
Implements
IShape
Fill
 
See Also