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