[]
Gets or sets how many lines show in the pop up window.
[Browsable(true)]
public int Lines { get; set; }
<Browsable(True)>
Public Property Lines As Integer
Type | Description |
---|---|
int | The int value indicates how many lines show in the pop up window.
|