UpBars.Fill Property
Returns a FillFormat object for the parent chart element that contains fill formatting properties for the chart element. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Fill As ChartFillFormat
Get
'Usage
Dim instance As UpBars
Dim value As ChartFillFormat
value = instance.Fill
ChartFillFormat Fill { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.ChartFillFormat