IsVisible

Comment.IsVisible property

表示评论是否可见。

public bool IsVisible { get; set; }

例子


[C#]
if(comment1.IsVisible)
{
    //评论可见
}

也可以看看