Borders.OutsideLineWidth Property

Definition

Returns or sets the line width of the outside border of an object.

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

Property Value

Remarks

This property can be set to True, False, or a WdLineWidth constant. It returns wdUndefined if the object has outside borders with more than one line width; otherwise, False or a WdLineWidth constant.

Applies to