Shape.Fill Property

Returns a FillFormat object that contains fill formatting properties for the specified shape. Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property Fill As FillFormat
    Get
'Usage
Dim instance As Shape
Dim value As FillFormat

value = instance.Fill
FillFormat Fill { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.FillFormat

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.PowerPoint Namespace