Options.DefaultBorderLineWidth Property
Returns or sets the default line width of borders.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property DefaultBorderLineWidth As WdLineWidth
Get
Set
'Usage
Dim instance As Options
Dim value As WdLineWidth
value = instance.DefaultBorderLineWidth
instance.DefaultBorderLineWidth = value
WdLineWidth DefaultBorderLineWidth { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdLineWidth
Remarks
If the Enable property of the Borders object is set to True, the default line width and line style of borders are used.