View.FieldShading Property

Definition

Returns or sets on-screen shading for form fields.

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

Property Value

Remarks

WdFieldShading can be one of these WdFieldShading constants:

wdFieldShadingAlways

wdFieldShadingNever

wdFieldShadingWhenSelected

Applies to