Width

Comment.Width property

Rappresenta la larghezza del commento, in unità di pixel.

public int Width { get; set; }

Esempi


[C#]
comment1.Width = 10;

Guarda anche