Borders.OutsideLineStyle 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 outside border for the specified object.
public:
property Microsoft::Office::Interop::Word::WdLineStyle OutsideLineStyle { Microsoft::Office::Interop::Word::WdLineStyle get(); void set(Microsoft::Office::Interop::Word::WdLineStyle value); };
public Microsoft.Office.Interop.Word.WdLineStyle OutsideLineStyle { get; set; }
member this.OutsideLineStyle : Microsoft.Office.Interop.Word.WdLineStyle with get, set
Public Property OutsideLineStyle As WdLineStyle
Property Value
Remarks
This property can be set to True, False, or a WdLineStyle constant. It returns wdUndefined if more than one kind of border is applied to the specified object; otherwise, False or a WdLineStyle constant.
True sets the line style to the default line style and the line width to the default line width. The default line style and width can be set using the DefaultBorderLineWidth and DefaultBorderLineStyle properties.