Height

Comment.Height property

Representa la Altura del comentario, en unidades de píxeles.

public int Height { get; set; }

Ejemplos


[C#]
comment1.Height = 10;

Ver también