AutoSize

Comment.AutoSize property

Yorum boyutunun içeriğine göre otomatik olarak ayarlanıp ayarlanmadığını gösterir.

public bool AutoSize { get; set; }

Örnekler


[C#]
if(!comment1.AutoSize)
{
    //Yorumun boyutu içeriğe göre değişir
    comment1.AutoSize = true;
}

Ayrıca bakınız