ColorFormat.Type Property
Represents the type of color. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Type As MsoColorType
Get
'Usage
Dim instance As ColorFormat
Dim value As MsoColorType
value = instance.Type
MsoColorType Type { get; }
Property Value
Type: Microsoft.Office.Core.MsoColorType
Remarks
The value of the Type property can be one of these MsoColorType constants.
msoColorTypeCMS |
msoColorTypeCMYK |
msoColorTypeInk |
msoColorTypeMixed |
msoColorTypeRGB |
msoColorTypeScheme |