AnnotationGroup.LineWidth 属性   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置批注的线条宽度(以像素为单位)。
public:
 virtual property int LineWidth { int get(); void set(int value); };[System.ComponentModel.Browsable(false)]
public override int LineWidth { get; set; }[<System.ComponentModel.Browsable(false)>]
member this.LineWidth : int with get, setPublic Overrides Property LineWidth As Integer属性值
一个 integer 值,该值用于定义批注线条的宽度(以像素为单位)。
- 属性