Share via


Borders.OutsideLineWidth Property

Returns or sets the line width of the outside border of an object.

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

Syntax

'Declaration
Property OutsideLineWidth As WdLineWidth
    Get
    Set
'Usage
Dim instance As Borders
Dim value As WdLineWidth

value = instance.OutsideLineWidth

instance.OutsideLineWidth = value
WdLineWidth OutsideLineWidth { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdLineWidth

Remarks

This property can be set to True, False, or a WdLineWidth constant. It returns wdUndefined if the object has outside borders with more than one line width; otherwise, False or a WdLineWidth constant.

See Also

Reference

Borders Interface

Borders Members

Microsoft.Office.Interop.Word Namespace