Height

Comment.Height property

Stellt die Höhe des Kommentars in Pixeleinheiten dar.

public int Height { get; set; }

Beispiele


[C#]
comment1.Height = 10;

Siehe auch