_Font.DiacriticColor Property

Definition

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.

public:
 property Microsoft::Office::Interop::Word::WdColor DiacriticColor { Microsoft::Office::Interop::Word::WdColor get(); void set(Microsoft::Office::Interop::Word::WdColor value); };
public Microsoft.Office.Interop.Word.WdColor DiacriticColor { get; set; }
member this.DiacriticColor : Microsoft.Office.Interop.Word.WdColor with get, set
Public Property DiacriticColor As WdColor

Property Value

Remarks

The value of the UseDiffDiacColor property must be True in order to use this property.

Applies to