Borders.OutsideLineWidth 属性

定义

返回或设置对象外部边框的线条宽度。

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

属性值

注解

此属性可以设置为 TrueFalseWdLineWidth 常量。 如果对象具有具有多个线宽的外部边框,则返回 wdUndefined ;否则为 FalseWdLineWidth 常量。

适用于