Options.DefaultBorderLineWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.