HorizontalLineFormat.NoShade Property
True if Microsoft Word draws the specified horizontal line without 3-D shading.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property NoShade As Boolean
Get
Set
'Usage
Dim instance As HorizontalLineFormat
Dim value As Boolean
value = instance.NoShade
instance.NoShade = value
bool NoShade { get; set; }
Property Value
Type: System.Boolean
Remarks
You can only use this property with horizontal lines that are not based on an existing image file.