Options.DiacriticColorVal Property
Returns or sets the 24-bit color to be used for diacritics in a right-to-left language document. Can be any valid WdColor constant or a value returned by Visual Basic's RGB function.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property DiacriticColorVal As WdColor
Get
Set
'Usage
Dim instance As Options
Dim value As WdColor
value = instance.DiacriticColorVal
instance.DiacriticColorVal = value
WdColor DiacriticColorVal { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdColor
Remarks
The value of the UseDiffDiacColor property must be True in order to use this property.