IsVisible

Comment.IsVisible property

Yorumun görünür olup olmadığını temsil eder.

public bool IsVisible { get; set; }

Örnekler


[C#]
if(comment1.IsVisible)
{
    //Yorum görünür
}

Ayrıca bakınız