Border.LineWidth 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置对象边框的线条宽度。
public:
property Microsoft::Office::Interop::Word::WdLineWidth LineWidth { Microsoft::Office::Interop::Word::WdLineWidth get(); void set(Microsoft::Office::Interop::Word::WdLineWidth value); };
public Microsoft.Office.Interop.Word.WdLineWidth LineWidth { get; set; }
member this.LineWidth : Microsoft.Office.Interop.Word.WdLineWidth with get, set
Public Property LineWidth As WdLineWidth
属性值
注解
WdLineWidth如果对象没有边框或具有多个线宽的边框,则返回常量或 wdUndefined。
如果指定的线宽的边框线型无效,则该属性将产生错误。 要确定对特定样式有效的线条宽度,请参阅“格式”菜单中的“边框和底纹”对话框。