Comment.Width

Comment.Width property

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

public int Width { get; set; }

Examples


[C#]
comment1.Width = 10;

See Also