Height

Comment.Height property

Rappresenta l’altezza del commento, in unità di pixel.

public int Height { get; set; }

Esempi


[C#]
comment1.Height = 10;

Guarda anche