Comment.Height

Comment.Height property

Represents the Height of the comment, in unit of pixels.

public int Height { get; set; }

Examples


[C#]
comment1.Height = 10;

See Also