Height

Comment.Height property

表示评论的高度,以像素为单位。

public int Height { get; set; }

例子


[C#]
comment1.Height = 10;

也可以看看