_Font.ColorIndexBi Property
Returns or sets the color for the specified Font object in a right-to-left language document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ColorIndexBi As WdColorIndex
Get
Set
'Usage
Dim instance As _Font
Dim value As WdColorIndex
value = instance.ColorIndexBi
instance.ColorIndexBi = value
WdColorIndex ColorIndexBi { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdColorIndex