Width

Comment.Width property

表示注释的宽度,以像素为单位。

public int Width { get; set; }

例子


[C#]
comment1.Width = 10;

也可以看看