Share via


View.FieldShading Property

Returns or sets on-screen shading for form fields.

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

Syntax

'Declaration
Property FieldShading As WdFieldShading
    Get
    Set
'Usage
Dim instance As View
Dim value As WdFieldShading

value = instance.FieldShading

instance.FieldShading = value
WdFieldShading FieldShading { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdFieldShading

Remarks

WdFieldShading can be one of these WdFieldShading constants:

wdFieldShadingAlways

wdFieldShadingNever

wdFieldShadingWhenSelected

See Also

Reference

View Interface

View Members

Microsoft.Office.Interop.Word Namespace