_Font.DiacriticColor Property

Returns or sets the 24-bit color to be used for diacritics for the specified Font object. Can be any valid WdColor constant or a value returned by Visual Basic's RGB function. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property DiacriticColor As WdColor
    Get
    Set
'Usage
Dim instance As _Font
Dim value As WdColor

value = instance.DiacriticColor

instance.DiacriticColor = value
WdColor DiacriticColor { 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.

See Also

Reference

_Font Interface

_Font Members

Microsoft.Office.Interop.Word Namespace