Options.DefaultBorderLineWidth Property

Definition

Returns or sets the default line width of borders.

public:
 property Microsoft::Office::Interop::Word::WdLineWidth DefaultBorderLineWidth { Microsoft::Office::Interop::Word::WdLineWidth get(); void set(Microsoft::Office::Interop::Word::WdLineWidth value); };
public Microsoft.Office.Interop.Word.WdLineWidth DefaultBorderLineWidth { get; set; }
member this.DefaultBorderLineWidth : Microsoft.Office.Interop.Word.WdLineWidth with get, set
Public Property DefaultBorderLineWidth As WdLineWidth

Property Value

Remarks

If the Enable property of the Borders object is set to True, the default line width and line style of borders are used.

Applies to