LineFormat.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 LineFormat
Dim value As ColorFormat
value = instance.ForeColor
instance.ForeColor = value
ColorFormat ForeColor { get; set; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.ColorFormat