Share via


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)

Usage

Dim options1 As Options

Dim returnValue As WdLineWidth
returnValue = options1.DefaultBorderLineWidth

Dim sampleValue As WdLineWidth
options1.DefaultBorderLineWidth = sampleValue

Syntax

Property DefaultBorderLineWidth() As WdLineWidth
WdLineWidth DefaultBorderLineWidth {get; set;}
property WdLineWidth^ DefaultBorderLineWidth{
    WdLineWidth^ get();
    Void set(WdLineWidth^);
}
public WdLineWidth get_DefaultBorderLineWidth();
public void set_DefaultBorderLineWidth(WdLineWidth);
function get DefaultBorderLineWidth() : WdLineWidth;
function set DefaultBorderLineWidth(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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Options Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Options Members