Options.DiacriticColorVal Property

Definition

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.

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

Property Value

Remarks

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

Applies to