FillFormat.ForeColor Property

Returns or sets a ColorFormat object that represents the foreground color for the fill, line, or shadow. Read/write.

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

Syntax

'Declaration
Property ForeColor As ColorFormat
    Get
    Set
'Usage
Dim instance As FillFormat
Dim value As ColorFormat

value = instance.ForeColor

instance.ForeColor = value
ColorFormat ForeColor { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.ColorFormat

See Also

Reference

FillFormat Interface

FillFormat Members

Microsoft.Office.Interop.PowerPoint Namespace