ColorIndex Property (IFont)
Gets or sets an integer value that represents the indexed color of the font.
int ColorIndex {get; set;}
'Declaration
Property ColorIndex As Integer
'Usage
Dim instance As IFont
Dim value As Integer
instance.ColorIndex = value
value = instance.ColorIndex
Property Value
An integer value represents the indexed color of the font.