Options.DefaultBorderLineStyle 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 border line style.
public:
property Microsoft::Office::Interop::Word::WdLineStyle DefaultBorderLineStyle { Microsoft::Office::Interop::Word::WdLineStyle get(); void set(Microsoft::Office::Interop::Word::WdLineStyle value); };
public Microsoft.Office.Interop.Word.WdLineStyle DefaultBorderLineStyle { get; set; }
member this.DefaultBorderLineStyle : Microsoft.Office.Interop.Word.WdLineStyle with get, set
Public Property DefaultBorderLineStyle As WdLineStyle