Share via


Borders.OutsideColor 属性

定义

返回或设置外部边框的 24 位颜色。

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

属性值

注解

返回值可以是任何有效的 WdColor 常量,也可以是 Visual Basic 的 RGB 函数返回的值。

如果属性 OutsideLineStyle 设置为 wdLineStyleNoneFalse,则设置此属性不起作用。

适用于