Options.DiacriticColorVal Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.