Annotation.LineWidth 属性

定义

获取或设置批注的线条宽度。

public:
 virtual property int LineWidth { int get(); void set(int value); };
public virtual int LineWidth { get; set; }
member this.LineWidth : int with get, set
Public Overridable Property LineWidth As Integer

属性值

Int32

一个 integer 值,定义批注的线条宽度(以像素为单位)。

适用于